Html Css Color HEX #FAEEE2 Linen

📋 copy color: '#FAEEE2'

red 250 ◦ green 238 ◦ blue 226

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

Shades of Linen #FAEEE2

Tints of Linen #FAEEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.33%

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

R = 35.01%
G = 33.33%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAEEE2 (or 0xFAEEE2) is known color: Linen. HEX triplet: FA, EE and E2. RGB value is (250,238,226). Sum of RGB (Red+Green+Blue) = 250+238+226=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 226 (88.67% from 255 or 31.65% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEE2 is #05111D. Grayscale: #F0F0F0. Windows color (decimal): -332062 or 14872314. OLE color: 14872314.

HSL color Cylindrical-coordinate representation of color #FAEEE2: hue angle of 30º 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 #FAEEE2 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 238 226 -
CMYK 0 0.05 0.10 0.02
HSL 30º 0.71% 0.93% -
HSV(B) 30º 0.1% 0.98% -
XYZ 83.73 86.96 84.32 -
YUV 240.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 250 238 226 0 0.05 0.10 0.02 30 0.71 0.93
Hex FA EE E2 0 5 A 2 1E 47 5D
Octal 372 356 342 0 5 12 2 36 107 135
Binary 11111010 11101110 11100010 0 101 1010 10 11110 1000111 1011101

Color Harmonies of #FAEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEE2

Black with #FAEEE2

Text Example


Text Example

White with #FAEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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