#FC5DEE

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

Shades of Pink Flamingo #FC5DEE

Tints of Pink Flamingo #FC5DEE

Color information

#FC5DEE (or 0xFC5DEE) is unknown color: approx Pink Flamingo. HEX triplet: FC, 5D and EE. RGB value is (252,93,238). Sum of RGB (Red+Green+Blue) = 252+93+238=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 93 (36.72% from 255 or 15.95% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5DEE is #03A211. Grayscale: #9C9C9C. Windows color (decimal): -238098 or 15621628. OLE color: 15621628.

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

Color convert

RGB25293238-
CMYK00.630.060.01
HSL305.28º96.36%67.65%-
HSV(B)305.28º63.1%98.82%-
XYZ59.4934.784.45-
YUV157.07173.68195.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 93 (36.72% from 255) = 15.95%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=43.22%
G=15.95%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529323800.630.060.01305.2896.3667.65
HexFC5DEE03F611316044
Octal37413535607761461140104
Binary111111001011101111011100111111110110011000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DEE; }

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

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

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

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

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

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

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

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