#FCDDE4

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

Shades of Carousel Pink #FCDDE4

Tints of Carousel Pink #FCDDE4

Color information

#FCDDE4 (or 0xFCDDE4) is unknown color: approx Carousel Pink. HEX triplet: FC, DD and E4. RGB value is (252,221,228). Sum of RGB (Red+Green+Blue) = 252+221+228=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDE4 is #03221B. Grayscale: #E7E7E7. Windows color (decimal): -205340 or 14999036. OLE color: 14999036.

HSL color Cylindrical-coordinate representation of color #FCDDE4: hue angle of 346.45º degrees, saturation: 0.84, 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 #FCDDE4 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252221228-
CMYK00.120.100.01
HSL346.45º83.78%92.75%-
HSV(B)346.45º12.3%98.82%-
XYZ8078.0184.24-
YUV231.07126.27142.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 221 (86.72% from 255) = 31.53%
BLUE value IS 228 (89.45% from 255) = 32.52%
R=35.95%
G=31.53%
B=32.52%

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
Decimal25222122800.120.100.01346.4583.7892.75
HexFCDDE40CA115a545d
Octal374335344014121532124135
Binary111111001101110111100100011001010110101101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDE4; }

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

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

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

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

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

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

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

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