Html Css Color HEX #FCD8DE Carousel Pink

📋 copy color: '#FCD8DE'

red 252 ◦ green 216 ◦ blue 222

#FCD8DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carousel Pink #FCD8DE

Tints of Carousel Pink #FCD8DE

RGB

 RED value IS 252 (98.83% from 255) = 36.52%

 GREEN value IS 216 (84.77% from 255) = 31.3%

 BLUE value IS 222 (87.11% from 255) = 32.17%

R = 36.52%
G = 31.3%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCD8DE (or 0xFCD8DE) is known color: Carousel Pink. HEX triplet: FC, D8 and DE. RGB value is (252,216,222). Sum of RGB (Red+Green+Blue) = 252+216+222=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8DE is #032721. Grayscale: #E3E3E3. Windows color (decimal): -206626 or 14604540. OLE color: 14604540.

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

Color convert

RGB 252 216 222 -
CMYK 0 0.14 0.12 0.01
HSL 350º 0.86% 0.92% -
HSV(B) 350º 0.14% 0.99% -
XYZ 77.89 75.08 79.49 -
YUV 227.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 252 216 222 0 0.14 0.12 0.01 350 0.86 0.92
Hex FC D8 DE 0 E C 1 15E 56 5C
Octal 374 330 336 0 16 14 1 536 126 134
Binary 11111100 11011000 11011110 0 1110 1100 1 101011110 1010110 1011100

Color Harmonies of #FCD8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8DE

Black with #FCD8DE

Text Example


Text Example

White with #FCD8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8DE; }

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

 H1.HeaderClassName
 {
   color: #FCD8DE;
 }
 .AnyTagClassName
 {
   color: #FCD8DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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