Html Css Color HEX #F2EAE5 Sauvignon

📋 copy color: '#F2EAE5'

red 242 ◦ green 234 ◦ blue 229

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

Shades of Sauvignon #F2EAE5

Tints of Sauvignon #F2EAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.19%

 BLUE value IS 229 (89.84% from 255) = 32.48%

R = 34.33%
G = 33.19%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2EAE5 (or 0xF2EAE5) is known color: Sauvignon. HEX triplet: F2, EA and E5. RGB value is (242,234,229). Sum of RGB (Red+Green+Blue) = 242+234+229=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAE5 is #0D151A. Grayscale: #EBEBEB. Windows color (decimal): -857371 or 15067890. OLE color: 15067890.

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

Color convert

RGB 242 234 229 -
CMYK 0 0.03 0.05 0.05
HSL 23.08º 0.33% 0.92% -
HSV(B) 23.08º 0.05% 0.95% -
XYZ 80.18 83.38 86 -
YUV 235.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 242 234 229 0 0.03 0.05 0.05 23.08 0.33 0.92
Hex F2 EA E5 0 3 5 5 17 21 5C
Octal 362 352 345 0 3 5 5 27 41 134
Binary 11110010 11101010 11100101 0 11 101 101 10111 100001 1011100

Color Harmonies of #F2EAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EAE5

Black with #F2EAE5

Text Example


Text Example

White with #F2EAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EAE5; }

 p { color: rgb(242,234,229); }

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

background-color css

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

 a { background-color: rgb(242,234,229); }

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

border-color css

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

 span { border-color: rgb(242,234,229); }

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