Html Css Color HEX #F2D9DC Cherub

📋 copy color: '#F2D9DC'

red 242 ◦ green 217 ◦ blue 220

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

Shades of Cherub #F2D9DC

Tints of Cherub #F2D9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.4%

R = 35.64%
G = 31.96%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2D9DC (or 0xF2D9DC) is known color: Cherub. HEX triplet: F2, D9 and DC. RGB value is (242,217,220). Sum of RGB (Red+Green+Blue) = 242+217+220=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9DC is #0D2623. Grayscale: #E0E0E0. Windows color (decimal): -861732 or 14473714. OLE color: 14473714.

HSL color Cylindrical-coordinate representation of color #F2D9DC: hue angle of 352.8º 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 #F2D9DC is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 220 -
CMYK 0 0.10 0.09 0.05
HSL 352.8º 0.49% 0.9% -
HSV(B) 352.8º 0.1% 0.95% -
XYZ 74.35 73.67 78.01 -
YUV 224.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 242 217 220 0 0.10 0.09 0.05 352.8 0.49 0.9
Hex F2 D9 DC 0 A 9 5 161 31 5A
Octal 362 331 334 0 12 11 5 541 61 132
Binary 11110010 11011001 11011100 0 1010 1001 101 101100001 110001 1011010

Color Harmonies of #F2D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9DC

Black with #F2D9DC

Text Example


Text Example

White with #F2D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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