Html Css Color HEX #F2ECE9 Sauvignon

📋 copy color: '#F2ECE9'

red 242 ◦ green 236 ◦ blue 233

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

Shades of Sauvignon #F2ECE9

Tints of Sauvignon #F2ECE9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.19%

 BLUE value IS 233 (91.41% from 255) = 32.77%

R = 34.04%
G = 33.19%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2ECE9 (or 0xF2ECE9) is known color: Sauvignon. HEX triplet: F2, EC and E9. RGB value is (242,236,233). Sum of RGB (Red+Green+Blue) = 242+236+233=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 233 (91.41% from 255 or 32.77% from 711); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECE9 is #0D1316. Grayscale: #EDEDED. Windows color (decimal): -856855 or 15330546. OLE color: 15330546.

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

Color convert

RGB 242 236 233 -
CMYK 0 0.02 0.04 0.05
HSL 20º 0.26% 0.93% -
HSV(B) 20º 0.04% 0.95% -
XYZ 81.32 84.75 89.16 -
YUV 237.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 242 236 233 0 0.02 0.04 0.05 20 0.26 0.93
Hex F2 EC E9 0 2 4 5 14 1A 5D
Octal 362 354 351 0 2 4 5 24 32 135
Binary 11110010 11101100 11101001 0 10 100 101 10100 11010 1011101

Color Harmonies of #F2ECE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECE9

Black with #F2ECE9

Text Example


Text Example

White with #F2ECE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECE9; }

 p { color: rgb(242,236,233); }

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

background-color css

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

 a { background-color: rgb(242,236,233); }

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

border-color css

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

 span { border-color: rgb(242,236,233); }

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