Html Css Color HEX #FCD8DB Pale Pink

📋 copy color: '#FCD8DB'

red 252 ◦ green 216 ◦ blue 219

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

Shades of Pale Pink #FCD8DB

Tints of Pale Pink #FCD8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.88%

R = 36.68%
G = 31.44%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCD8DB (or 0xFCD8DB) is known color: Pale Pink. HEX triplet: FC, D8 and DB. RGB value is (252,216,219). Sum of RGB (Red+Green+Blue) = 252+216+219=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8DB is #032724. Grayscale: #E3E3E3. Windows color (decimal): -206629 or 14407932. OLE color: 14407932.

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

Color convert

RGB 252 216 219 -
CMYK 0 0.14 0.13 0.01
HSL 355º 0.86% 0.92% -
HSV(B) 355º 0.14% 0.99% -
XYZ 77.49 74.92 77.4 -
YUV 227.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 252 216 219 0 0.14 0.13 0.01 355 0.86 0.92
Hex FC D8 DB 0 E D 1 163 56 5C
Octal 374 330 333 0 16 15 1 543 126 134
Binary 11111100 11011000 11011011 0 1110 1101 1 101100011 1010110 1011100

Color Harmonies of #FCD8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8DB

Black with #FCD8DB

Text Example


Text Example

White with #FCD8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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