Html Css Color HEX #FCD6DB Pale Pink

📋 copy color: '#FCD6DB'

red 252 ◦ green 214 ◦ blue 219

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

Shades of Pale Pink #FCD6DB

Tints of Pale Pink #FCD6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.24%

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

R = 36.79%
G = 31.24%
B = 31.97%

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

#FCD6DB (or 0xFCD6DB) is known color: Pale Pink. HEX triplet: FC, D6 and DB. RGB value is (252,214,219). Sum of RGB (Red+Green+Blue) = 252+214+219=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6DB is #032924. Grayscale: #E1E1E1. Windows color (decimal): -207141 or 14407420. OLE color: 14407420.

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

Color convert

RGB 252 214 219 -
CMYK 0 0.15 0.13 0.01
HSL 352.11º 0.86% 0.91% -
HSV(B) 352.11º 0.15% 0.99% -
XYZ 76.98 73.9 77.23 -
YUV 225.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 252 214 219 0 0.15 0.13 0.01 352.11 0.86 0.91
Hex FC D6 DB 0 F D 1 160 56 5B
Octal 374 326 333 0 17 15 1 540 126 133
Binary 11111100 11010110 11011011 0 1111 1101 1 101100000 1010110 1011011

Color Harmonies of #FCD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6DB

Black with #FCD6DB

Text Example


Text Example

White with #FCD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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