Html Css Color HEX #F2E8E0 Fantasy

📋 copy color: '#F2E8E0'

red 242 ◦ green 232 ◦ blue 224

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

Shades of Fantasy #F2E8E0

Tints of Fantasy #F2E8E0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.24%

 BLUE value IS 224 (87.89% from 255) = 32.09%

R = 34.67%
G = 33.24%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2E8E0 (or 0xF2E8E0) is known color: Fantasy. HEX triplet: F2, E8 and E0. RGB value is (242,232,224). Sum of RGB (Red+Green+Blue) = 242+232+224=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 232 (91.02% from 255 or 33.24% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8E0 is #0D171F. Grayscale: #EAEAEA. Windows color (decimal): -857888 or 14739698. OLE color: 14739698.

HSL color Cylindrical-coordinate representation of color #F2E8E0: hue angle of 26.67º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E8E0 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 232 224 -
CMYK 0 0.04 0.07 0.05
HSL 26.67º 0.41% 0.91% -
HSV(B) 26.67º 0.07% 0.95% -
XYZ 78.93 81.97 82.18 -
YUV 234.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 242 232 224 0 0.04 0.07 0.05 26.67 0.41 0.91
Hex F2 E8 E0 0 4 7 5 1B 29 5B
Octal 362 350 340 0 4 7 5 33 51 133
Binary 11110010 11101000 11100000 0 100 111 101 11011 101001 1011011

Color Harmonies of #F2E8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E8E0

Black with #F2E8E0

Text Example


Text Example

White with #F2E8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E8E0; }

 p { color: rgb(242,232,224); }

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

background-color css

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

 a { background-color: rgb(242,232,224); }

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

border-color css

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

 span { border-color: rgb(242,232,224); }

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