Html Css Color HEX #FAEAE2 Chablis

📋 copy color: '#FAEAE2'

red 250 ◦ green 234 ◦ blue 226

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

Shades of Chablis #FAEAE2

Tints of Chablis #FAEAE2

RGB

 RED value IS 250 (98.05% from 255) = 35.21%

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

 BLUE value IS 226 (88.67% from 255) = 31.83%

R = 35.21%
G = 32.96%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAEAE2 (or 0xFAEAE2) is known color: Chablis. HEX triplet: FA, EA and E2. RGB value is (250,234,226). Sum of RGB (Red+Green+Blue) = 250+234+226=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 226 (88.67% from 255 or 31.83% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAE2 is #05151D. Grayscale: #EDEDED. Windows color (decimal): -333086 or 14871290. OLE color: 14871290.

HSL color Cylindrical-coordinate representation of color #FAEAE2: hue angle of 20º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAEAE2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 234 226 -
CMYK 0 0.06 0.10 0.02
HSL 20º 0.71% 0.93% -
HSV(B) 20º 0.1% 0.98% -
XYZ 82.57 84.66 83.94 -
YUV 237.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 250 234 226 0 0.06 0.10 0.02 20 0.71 0.93
Hex FA EA E2 0 6 A 2 14 47 5D
Octal 372 352 342 0 6 12 2 24 107 135
Binary 11111010 11101010 11100010 0 110 1010 10 10100 1000111 1011101

Color Harmonies of #FAEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAE2

Black with #FAEAE2

Text Example


Text Example

White with #FAEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAE2; }

 p { color: rgb(250,234,226); }

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

background-color css

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

 a { background-color: rgb(250,234,226); }

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

border-color css

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

 span { border-color: rgb(250,234,226); }

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