Html Css Color HEX #FCDBDD Pale Pink

📋 copy color: '#FCDBDD'

red 252 ◦ green 219 ◦ blue 221

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

Shades of Pale Pink #FCDBDD

Tints of Pale Pink #FCDBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.65%

 BLUE value IS 221 (86.72% from 255) = 31.94%

R = 36.42%
G = 31.65%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCDBDD (or 0xFCDBDD) is known color: Pale Pink. HEX triplet: FC, DB and DD. RGB value is (252,219,221). Sum of RGB (Red+Green+Blue) = 252+219+221=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBDD is #032422. Grayscale: #E5E5E5. Windows color (decimal): -205859 or 14539772. OLE color: 14539772.

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

Color convert

RGB 252 219 221 -
CMYK 0 0.13 0.12 0.01
HSL 356.36º 0.85% 0.92% -
HSV(B) 356.36º 0.13% 0.99% -
XYZ 78.53 76.58 79.05 -
YUV 229.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 252 219 221 0 0.13 0.12 0.01 356.36 0.85 0.92
Hex FC DB DD 0 D C 1 164 55 5C
Octal 374 333 335 0 15 14 1 544 125 134
Binary 11111100 11011011 11011101 0 1101 1100 1 101100100 1010101 1011100

Color Harmonies of #FCDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBDD

Black with #FCDBDD

Text Example


Text Example

White with #FCDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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