Html Css Color HEX #FCD5DD Cherub

📋 copy color: '#FCD5DD'

red 252 ◦ green 213 ◦ blue 221

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

Shades of Cherub #FCD5DD

Tints of Cherub #FCD5DD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.05%

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

R = 36.73%
G = 31.05%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCD5DD (or 0xFCD5DD) is known color: Cherub. HEX triplet: FC, D5 and DD. RGB value is (252,213,221). Sum of RGB (Red+Green+Blue) = 252+213+221=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5DD is #032A22. Grayscale: #E1E1E1. Windows color (decimal): -207395 or 14538236. OLE color: 14538236.

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

Color convert

RGB 252 213 221 -
CMYK 0 0.15 0.12 0.01
HSL 347.69º 0.87% 0.91% -
HSV(B) 347.69º 0.15% 0.99% -
XYZ 76.99 73.5 78.54 -
YUV 225.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 252 213 221 0 0.15 0.12 0.01 347.69 0.87 0.91
Hex FC D5 DD 0 F C 1 15C 57 5B
Octal 374 325 335 0 17 14 1 534 127 133
Binary 11111100 11010101 11011101 0 1111 1100 1 101011100 1010111 1011011

Color Harmonies of #FCD5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5DD

Black with #FCD5DD

Text Example


Text Example

White with #FCD5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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