Html Css Color HEX #F2D9DF Cherub

📋 copy color: '#F2D9DF'

red 242 ◦ green 217 ◦ blue 223

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

Shades of Cherub #F2D9DF

Tints of Cherub #F2D9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.7%

R = 35.48%
G = 31.82%
B = 32.7%

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

#F2D9DF (or 0xF2D9DF) is known color: Cherub. HEX triplet: F2, D9 and DF. RGB value is (242,217,223). Sum of RGB (Red+Green+Blue) = 242+217+223=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9DF is #0D2620. Grayscale: #E1E1E1. Windows color (decimal): -861729 or 14670322. OLE color: 14670322.

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

Color convert

RGB 242 217 223 -
CMYK 0 0.10 0.08 0.05
HSL 345.6º 0.49% 0.9% -
HSV(B) 345.6º 0.1% 0.95% -
XYZ 74.75 73.83 80.12 -
YUV 225.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 242 217 223 0 0.10 0.08 0.05 345.6 0.49 0.9
Hex F2 D9 DF 0 A 8 5 15A 31 5A
Octal 362 331 337 0 12 10 5 532 61 132
Binary 11110010 11011001 11011111 0 1010 1000 101 101011010 110001 1011010

Color Harmonies of #F2D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9DF

Black with #F2D9DF

Text Example


Text Example

White with #F2D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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