Html Css Color HEX #F2D4DC Cherub

📋 copy color: '#F2D4DC'

red 242 ◦ green 212 ◦ blue 220

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

Shades of Cherub #F2D4DC

Tints of Cherub #F2D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.45%

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

R = 35.91%
G = 31.45%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2D4DC (or 0xF2D4DC) is known color: Cherub. HEX triplet: F2, D4 and DC. RGB value is (242,212,220). Sum of RGB (Red+Green+Blue) = 242+212+220=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D4DC is #0D2B23. Grayscale: #DDDDDD. Windows color (decimal): -863012 or 14472434. OLE color: 14472434.

HSL color Cylindrical-coordinate representation of color #F2D4DC: hue angle of 344º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2D4DC is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 212 220 -
CMYK 0 0.12 0.09 0.05
HSL 344º 0.54% 0.89% -
HSV(B) 344º 0.12% 0.95% -
XYZ 73.08 71.13 77.59 -
YUV 221.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 242 212 220 0 0.12 0.09 0.05 344 0.54 0.89
Hex F2 D4 DC 0 C 9 5 158 36 59
Octal 362 324 334 0 14 11 5 530 66 131
Binary 11110010 11010100 11011100 0 1100 1001 101 101011000 110110 1011001

Color Harmonies of #F2D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D4DC

Black with #F2D4DC

Text Example


Text Example

White with #F2D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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