#FCDEE4

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

Shades of Carousel Pink #FCDEE4

Tints of Carousel Pink #FCDEE4

Color information

#FCDEE4 (or 0xFCDEE4) is unknown color: approx Carousel Pink. HEX triplet: FC, DE and E4. RGB value is (252,222,228). Sum of RGB (Red+Green+Blue) = 252+222+228=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEE4 is #03211B. Grayscale: #E7E7E7. Windows color (decimal): -205084 or 14999292. OLE color: 14999292.

HSL color Cylindrical-coordinate representation of color #FCDEE4: hue angle of 348º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDEE4 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252222228-
CMYK00.120.100.01
HSL348º83.33%92.94%-
HSV(B)348º11.9%98.82%-
XYZ80.2778.5484.33-
YUV231.65125.94142.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 222 (87.11% from 255) = 31.62%
BLUE value IS 228 (89.45% from 255) = 32.48%
R=35.90%
G=31.62%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222222800.120.100.0134883.3392.94
HexFCDEE40CA115c535d
Octal374336344014121534123135
Binary111111001101111011100100011001010110101110010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEE4; }

 p { color: rgb(252,222,228); }

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

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

 a { background-color: rgb(252,222,228); }

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

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

 span { border-color: rgb(252,222,228); }

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