Html Css Color HEX #F2E6DD Fantasy

📋 copy color: '#F2E6DD'

red 242 ◦ green 230 ◦ blue 221

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

Shades of Fantasy #F2E6DD

Tints of Fantasy #F2E6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.19%

 BLUE value IS 221 (86.72% from 255) = 31.89%

R = 34.92%
G = 33.19%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2E6DD (or 0xF2E6DD) is known color: Fantasy. HEX triplet: F2, E6 and DD. RGB value is (242,230,221). Sum of RGB (Red+Green+Blue) = 242+230+221=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 230 (90.23% from 255 or 33.19% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6DD is #0D1922. Grayscale: #E8E8E8. Windows color (decimal): -858403 or 14542578. OLE color: 14542578.

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

Color convert

RGB 242 230 221 -
CMYK 0 0.05 0.09 0.05
HSL 25.71º 0.45% 0.91% -
HSV(B) 25.71º 0.09% 0.95% -
XYZ 77.97 80.69 79.87 -
YUV 232.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 242 230 221 0 0.05 0.09 0.05 25.71 0.45 0.91
Hex F2 E6 DD 0 5 9 5 1A 2D 5B
Octal 362 346 335 0 5 11 5 32 55 133
Binary 11110010 11100110 11011101 0 101 1001 101 11010 101101 1011011

Color Harmonies of #F2E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E6DD

Black with #F2E6DD

Text Example


Text Example

White with #F2E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E6DD; }

 p { color: rgb(242,230,221); }

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

background-color css

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

 a { background-color: rgb(242,230,221); }

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

border-color css

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

 span { border-color: rgb(242,230,221); }

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