Html Css Color HEX #FCD7DB Pale Pink

📋 copy color: '#FCD7DB'

red 252 ◦ green 215 ◦ blue 219

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

Shades of Pale Pink #FCD7DB

Tints of Pale Pink #FCD7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.34%

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

R = 36.73%
G = 31.34%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCD7DB (or 0xFCD7DB) is known color: Pale Pink. HEX triplet: FC, D7 and DB. RGB value is (252,215,219). Sum of RGB (Red+Green+Blue) = 252+215+219=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7DB is #032824. Grayscale: #E2E2E2. Windows color (decimal): -206885 or 14407676. OLE color: 14407676.

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

Color convert

RGB 252 215 219 -
CMYK 0 0.15 0.13 0.01
HSL 353.51º 0.86% 0.92% -
HSV(B) 353.51º 0.15% 0.99% -
XYZ 77.23 74.41 77.31 -
YUV 226.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 252 215 219 0 0.15 0.13 0.01 353.51 0.86 0.92
Hex FC D7 DB 0 F D 1 162 56 5C
Octal 374 327 333 0 17 15 1 542 126 134
Binary 11111100 11010111 11011011 0 1111 1101 1 101100010 1010110 1011100

Color Harmonies of #FCD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7DB

Black with #FCD7DB

Text Example


Text Example

White with #FCD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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