Html Css Color HEX #F8EBE3 Sauvignon

📋 copy color: '#F8EBE3'

red 248 ◦ green 235 ◦ blue 227

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

Shades of Sauvignon #F8EBE3

Tints of Sauvignon #F8EBE3

RGB

 RED value IS 248 (97.27% from 255) = 34.93%

 GREEN value IS 235 (92.19% from 255) = 33.1%

 BLUE value IS 227 (89.06% from 255) = 31.97%

R = 34.93%
G = 33.1%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8EBE3 (or 0xF8EBE3) is known color: Sauvignon. HEX triplet: F8, EB and E3. RGB value is (248,235,227). Sum of RGB (Red+Green+Blue) = 248+235+227=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 227 (89.06% from 255 or 31.97% from 710); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBE3 is #07141C. Grayscale: #EEEEEE. Windows color (decimal): -463901 or 14937080. OLE color: 14937080.

HSL color Cylindrical-coordinate representation of color #F8EBE3: hue angle of 22.86º degrees, saturation: 0.6, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8EBE3 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 235 227 -
CMYK 0 0.05 0.08 0.03
HSL 22.86º 0.6% 0.93% -
HSV(B) 22.86º 0.08% 0.97% -
XYZ 82.28 84.92 84.73 -
YUV 237.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 248 235 227 0 0.05 0.08 0.03 22.86 0.6 0.93
Hex F8 EB E3 0 5 8 3 17 3C 5D
Octal 370 353 343 0 5 10 3 27 74 135
Binary 11111000 11101011 11100011 0 101 1000 11 10111 111100 1011101

Color Harmonies of #F8EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EBE3

Black with #F8EBE3

Text Example


Text Example

White with #F8EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EBE3; }

 p { color: rgb(248,235,227); }

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

background-color css

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

 a { background-color: rgb(248,235,227); }

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

border-color css

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

 span { border-color: rgb(248,235,227); }

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