Html Css Color HEX #F2D9DE Cherub

📋 copy color: '#F2D9DE'

red 242 ◦ green 217 ◦ blue 222

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

Shades of Cherub #F2D9DE

Tints of Cherub #F2D9DE

RGB

 RED value IS 242 (94.92% from 255) = 35.54%

 GREEN value IS 217 (85.16% from 255) = 31.86%

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

R = 35.54%
G = 31.86%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2D9DE (or 0xF2D9DE) is known color: Cherub. HEX triplet: F2, D9 and DE. RGB value is (242,217,222). Sum of RGB (Red+Green+Blue) = 242+217+222=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9DE is #0D2621. Grayscale: #E1E1E1. Windows color (decimal): -861730 or 14604786. OLE color: 14604786.

HSL color Cylindrical-coordinate representation of color #F2D9DE: hue angle of 348º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2D9DE is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 222 -
CMYK 0 0.10 0.08 0.05
HSL 348º 0.49% 0.9% -
HSV(B) 348º 0.1% 0.95% -
XYZ 74.62 73.78 79.41 -
YUV 225.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 242 217 222 0 0.10 0.08 0.05 348 0.49 0.9
Hex F2 D9 DE 0 A 8 5 15C 31 5A
Octal 362 331 336 0 12 10 5 534 61 132
Binary 11110010 11011001 11011110 0 1010 1000 101 101011100 110001 1011010

Color Harmonies of #F2D9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9DE

Black with #F2D9DE

Text Example


Text Example

White with #F2D9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9DE; }

 p { color: rgb(242,217,222); }

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

background-color css

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

 a { background-color: rgb(242,217,222); }

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

border-color css

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

 span { border-color: rgb(242,217,222); }

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