#FCDAE2

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

Shades of Carousel Pink #FCDAE2

Tints of Carousel Pink #FCDAE2

Color information

#FCDAE2 (or 0xFCDAE2) is unknown color: approx Carousel Pink. HEX triplet: FC, DA and E2. RGB value is (252,218,226). Sum of RGB (Red+Green+Blue) = 252+218+226=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAE2 is #03251D. Grayscale: #E5E5E5. Windows color (decimal): -206110 or 14867196. OLE color: 14867196.

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

Color convert

RGB252218226-
CMYK00.130.100.01
HSL345.88º85%92.16%-
HSV(B)345.88º13.49%98.82%-
XYZ78.9476.3382.52-
YUV229.08126.26144.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.21%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 226 (88.67% from 255) = 32.47%
R=36.21%
G=31.32%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221822600.130.100.01345.888592.16
HexFCDAE20DA115a555c
Octal374332342015121532125134
Binary111111001101101011100010011011010110101101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAE2; }

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

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

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

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

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

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

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

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