Html Css Color HEX #F2D7DC Cherub

📋 copy color: '#F2D7DC'

red 242 ◦ green 215 ◦ blue 220

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

Shades of Cherub #F2D7DC

Tints of Cherub #F2D7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.76%

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

R = 35.75%
G = 31.76%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2D7DC (or 0xF2D7DC) is known color: Cherub. HEX triplet: F2, D7 and DC. RGB value is (242,215,220). Sum of RGB (Red+Green+Blue) = 242+215+220=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7DC is #0D2823. Grayscale: #DFDFDF. Windows color (decimal): -862244 or 14473202. OLE color: 14473202.

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

Color convert

RGB 242 215 220 -
CMYK 0 0.11 0.09 0.05
HSL 348.89º 0.51% 0.9% -
HSV(B) 348.89º 0.11% 0.95% -
XYZ 73.84 72.65 77.84 -
YUV 223.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 242 215 220 0 0.11 0.09 0.05 348.89 0.51 0.9
Hex F2 D7 DC 0 B 9 5 15D 33 5A
Octal 362 327 334 0 13 11 5 535 63 132
Binary 11110010 11010111 11011100 0 1011 1001 101 101011101 110011 1011010

Color Harmonies of #F2D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D7DC

Black with #F2D7DC

Text Example


Text Example

White with #F2D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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