Html Css Color HEX #F2E4D7 Fantasy

📋 copy color: '#F2E4D7'

red 242 ◦ green 228 ◦ blue 215

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

Shades of Fantasy #F2E4D7

Tints of Fantasy #F2E4D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.39%

R = 35.33%
G = 33.28%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F2E4D7 (or 0xF2E4D7) is known color: Fantasy. HEX triplet: F2, E4 and D7. RGB value is (242,228,215). Sum of RGB (Red+Green+Blue) = 242+228+215=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4D7 is #0D1B28. Grayscale: #E6E6E6. Windows color (decimal): -858921 or 14148850. OLE color: 14148850.

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

Color convert

RGB 242 228 215 -
CMYK 0 0.06 0.11 0.05
HSL 28.89º 0.51% 0.9% -
HSV(B) 28.89º 0.11% 0.95% -
XYZ 76.63 79.27 75.55 -
YUV 230.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 242 228 215 0 0.06 0.11 0.05 28.89 0.51 0.9
Hex F2 E4 D7 0 6 B 5 1D 33 5A
Octal 362 344 327 0 6 13 5 35 63 132
Binary 11110010 11100100 11010111 0 110 1011 101 11101 110011 1011010

Color Harmonies of #F2E4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E4D7

Black with #F2E4D7

Text Example


Text Example

White with #F2E4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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