Html Css Color HEX #F2E4D9 Fantasy

📋 copy color: '#F2E4D9'

red 242 ◦ green 228 ◦ blue 217

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

Shades of Fantasy #F2E4D9

Tints of Fantasy #F2E4D9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.19%

 BLUE value IS 217 (85.16% from 255) = 31.59%

R = 35.23%
G = 33.19%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2E4D9 (or 0xF2E4D9) is known color: Fantasy. HEX triplet: F2, E4 and D9. RGB value is (242,228,217). Sum of RGB (Red+Green+Blue) = 242+228+217=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4D9 is #0D1B26. Grayscale: #E6E6E6. Windows color (decimal): -858919 or 14279922. OLE color: 14279922.

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

Color convert

RGB 242 228 217 -
CMYK 0 0.06 0.10 0.05
HSL 26.4º 0.49% 0.9% -
HSV(B) 26.4º 0.1% 0.95% -
XYZ 76.89 79.37 76.91 -
YUV 230.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 242 228 217 0 0.06 0.10 0.05 26.4 0.49 0.9
Hex F2 E4 D9 0 6 A 5 1A 31 5A
Octal 362 344 331 0 6 12 5 32 61 132
Binary 11110010 11100100 11011001 0 110 1010 101 11010 110001 1011010

Color Harmonies of #F2E4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E4D9

Black with #F2E4D9

Text Example


Text Example

White with #F2E4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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