Html Css Color HEX #F9D6DE Cherub

📋 copy color: '#F9D6DE'

red 249 ◦ green 214 ◦ blue 222

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

Shades of Cherub #F9D6DE

Tints of Cherub #F9D6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.41%

R = 36.35%
G = 31.24%
B = 32.41%

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

#F9D6DE (or 0xF9D6DE) is known color: Cherub. HEX triplet: F9, D6 and DE. RGB value is (249,214,222). Sum of RGB (Red+Green+Blue) = 249+214+222=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6DE is #062921. Grayscale: #E1E1E1. Windows color (decimal): -403746 or 14604025. OLE color: 14604025.

HSL color Cylindrical-coordinate representation of color #F9D6DE: hue angle of 346.29º 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 #F9D6DE is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 214 222 -
CMYK 0 0.14 0.11 0.02
HSL 346.29º 0.74% 0.91% -
HSV(B) 346.29º 0.14% 0.98% -
XYZ 76.3 73.51 79.27 -
YUV 225.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 249 214 222 0 0.14 0.11 0.02 346.29 0.74 0.91
Hex F9 D6 DE 0 E B 2 15A 4A 5B
Octal 371 326 336 0 16 13 2 532 112 133
Binary 11111001 11010110 11011110 0 1110 1011 10 101011010 1001010 1011011

Color Harmonies of #F9D6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D6DE

Black with #F9D6DE

Text Example


Text Example

White with #F9D6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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