Html Css Color HEX #FAEEE4 Linen

📋 copy color: '#FAEEE4'

red 250 ◦ green 238 ◦ blue 228

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

Shades of Linen #FAEEE4

Tints of Linen #FAEEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 31.84%

R = 34.92%
G = 33.24%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAEEE4 (or 0xFAEEE4) is known color: Linen. HEX triplet: FA, EE and E4. RGB value is (250,238,228). Sum of RGB (Red+Green+Blue) = 250+238+228=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 228 (89.45% from 255 or 31.84% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEE4 is #05111B. Grayscale: #F0F0F0. Windows color (decimal): -332060 or 15003386. OLE color: 15003386.

HSL color Cylindrical-coordinate representation of color #FAEEE4: hue angle of 27.27º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAEEE4 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 238 228 -
CMYK 0 0.05 0.09 0.02
HSL 27.27º 0.69% 0.94% -
HSV(B) 27.27º 0.09% 0.98% -
XYZ 84 87.07 85.78 -
YUV 240.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 250 238 228 0 0.05 0.09 0.02 27.27 0.69 0.94
Hex FA EE E4 0 5 9 2 1B 45 5E
Octal 372 356 344 0 5 11 2 33 105 136
Binary 11111010 11101110 11100100 0 101 1001 10 11011 1000101 1011110

Color Harmonies of #FAEEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEE4

Black with #FAEEE4

Text Example


Text Example

White with #FAEEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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