#FCDEE2

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

Shades of Carousel Pink #FCDEE2

Tints of Carousel Pink #FCDEE2

Color information

#FCDEE2 (or 0xFCDEE2) is unknown color: approx Carousel Pink. HEX triplet: FC, DE and E2. RGB value is (252,222,226). Sum of RGB (Red+Green+Blue) = 252+222+226=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEE2 is #03211D. Grayscale: #E7E7E7. Windows color (decimal): -205086 or 14868220. OLE color: 14868220.

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

Color convert

RGB252222226-
CMYK00.120.100.01
HSL352º83.33%92.94%-
HSV(B)352º11.9%98.82%-
XYZ79.9978.4382.87-
YUV231.43124.94142.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 222 (87.11% from 255) = 31.71%
BLUE value IS 226 (88.67% from 255) = 32.29%
R=36%
G=31.71%
B=32.29%

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
Decimal25222222600.120.100.0135283.3392.94
HexFCDEE20CA1160535d
Octal374336342014121540123135
Binary111111001101111011100010011001010110110000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEE2; }

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

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

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

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

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

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

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

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