#FC4FEE

Color #FC4FEE Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FC4FEE

Tints of Pink Flamingo #FC4FEE

Color information

#FC4FEE (or 0xFC4FEE) is unknown color: approx Pink Flamingo. HEX triplet: FC, 4F and EE. RGB value is (252,79,238). Sum of RGB (Red+Green+Blue) = 252+79+238=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 79 (31.25% from 255 or 13.88% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4FEE is #03B011. Grayscale: #949494. Windows color (decimal): -241682 or 15618044. OLE color: 15618044.

HSL color Cylindrical-coordinate representation of color #FC4FEE: hue angle of 304.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4FEE is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB25279238-
CMYK00.690.060.01
HSL304.86º96.65%64.9%-
HSV(B)304.86º68.65%98.82%-
XYZ58.3732.4684.08-
YUV148.85178.31201.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 79 (31.25% from 255) = 13.88%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=44.29%
G=13.88%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527923800.690.060.01304.8696.6564.9
HexFC4FEE045611316141
Octal374117356010561461141101
Binary1111110010011111110111001000101110110011000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4FEE; }

 p { color: rgb(252,79,238); }

 H1.HeaderClassName
 {
   color: #FC4FEE;
 }
 .AnyTagClassName
 {
   color: #FC4FEE;
 }
</style>
background-color css

<style>
 a { background-color: #FC4FEE; }

 a { background-color: rgb(252,79,238); }

 div.DivClassName
 {
   background-color: #FC4FEE;
 }
 .BgClassName
 {
   background-color: #FC4FEE;
 }
</style>
border-color css

<style>
 span { border-color: #FC4FEE; }

 span { border-color: rgb(252,79,238); }

 td.TdClassName
 {
   border-color: #FC4FEE;
 }
 .TagClassName
 {
   border-color: #FC4FEE;
 }
</style>