Html Css Color HEX #F9D6DD Cherub

📋 copy color: '#F9D6DD'

red 249 ◦ green 214 ◦ blue 221

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

Shades of Cherub #F9D6DD

Tints of Cherub #F9D6DD

RGB

 RED value IS 249 (97.66% from 255) = 36.4%

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

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

R = 36.4%
G = 31.29%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9D6DD (or 0xF9D6DD) is known color: Cherub. HEX triplet: F9, D6 and DD. RGB value is (249,214,221). Sum of RGB (Red+Green+Blue) = 249+214+221=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6DD is #062922. Grayscale: #E1E1E1. Windows color (decimal): -403747 or 14538489. OLE color: 14538489.

HSL color Cylindrical-coordinate representation of color #F9D6DD: hue angle of 348º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9D6DD is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 214 221 -
CMYK 0 0.14 0.11 0.02
HSL 348º 0.74% 0.91% -
HSV(B) 348º 0.14% 0.98% -
XYZ 76.16 73.45 78.57 -
YUV 225.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 249 214 221 0 0.14 0.11 0.02 348 0.74 0.91
Hex F9 D6 DD 0 E B 2 15C 4A 5B
Octal 371 326 335 0 16 13 2 534 112 133
Binary 11111001 11010110 11011101 0 1110 1011 10 101011100 1001010 1011011

Color Harmonies of #F9D6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D6DD

Black with #F9D6DD

Text Example


Text Example

White with #F9D6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D6DD; }

 p { color: rgb(249,214,221); }

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

background-color css

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

 a { background-color: rgb(249,214,221); }

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

border-color css

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

 span { border-color: rgb(249,214,221); }

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