Html Css Color HEX #F2E2D4 Fantasy

📋 copy color: '#F2E2D4'

red 242 ◦ green 226 ◦ blue 212

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

Shades of Fantasy #F2E2D4

Tints of Fantasy #F2E2D4

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.24%

 BLUE value IS 212 (83.2% from 255) = 31.18%

R = 35.59%
G = 33.24%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F2E2D4 (or 0xF2E2D4) is known color: Fantasy. HEX triplet: F2, E2 and D4. RGB value is (242,226,212). Sum of RGB (Red+Green+Blue) = 242+226+212=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 212 (83.20% from 255 or 31.18% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2D4 is #0D1D2B. Grayscale: #E5E5E5. Windows color (decimal): -859436 or 13951730. OLE color: 13951730.

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

Color convert

RGB 242 226 212 -
CMYK 0 0.07 0.12 0.05
HSL 28º 0.54% 0.89% -
HSV(B) 28º 0.12% 0.95% -
XYZ 75.7 78.02 73.36 -
YUV 229.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 242 226 212 0 0.07 0.12 0.05 28 0.54 0.89
Hex F2 E2 D4 0 7 C 5 1C 36 59
Octal 362 342 324 0 7 14 5 34 66 131
Binary 11110010 11100010 11010100 0 111 1100 101 11100 110110 1011001

Color Harmonies of #F2E2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E2D4

Black with #F2E2D4

Text Example


Text Example

White with #F2E2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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