Html Css Color HEX #FCEEE1 Linen

📋 copy color: '#FCEEE1'

red 252 ◦ green 238 ◦ blue 225

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

Shades of Linen #FCEEE1

Tints of Linen #FCEEE1

RGB

 RED value IS 252 (98.83% from 255) = 35.24%

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

 BLUE value IS 225 (88.28% from 255) = 31.47%

R = 35.24%
G = 33.29%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCEEE1 (or 0xFCEEE1) is known color: Linen. HEX triplet: FC, EE and E1. RGB value is (252,238,225). Sum of RGB (Red+Green+Blue) = 252+238+225=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 225 (88.28% from 255 or 31.47% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEE1 is #03111E. Grayscale: #F0F0F0. Windows color (decimal): -200991 or 14806780. OLE color: 14806780.

HSL color Cylindrical-coordinate representation of color #FCEEE1: hue angle of 28.89º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCEEE1 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 238 225 -
CMYK 0 0.06 0.11 0.01
HSL 28.89º 0.82% 0.94% -
HSV(B) 28.89º 0.11% 0.99% -
XYZ 84.31 87.28 83.64 -
YUV 240.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 252 238 225 0 0.06 0.11 0.01 28.89 0.82 0.94
Hex FC EE E1 0 6 B 1 1D 52 5E
Octal 374 356 341 0 6 13 1 35 122 136
Binary 11111100 11101110 11100001 0 110 1011 1 11101 1010010 1011110

Color Harmonies of #FCEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEEE1

Black with #FCEEE1

Text Example


Text Example

White with #FCEEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEEE1; }

 p { color: rgb(252,238,225); }

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

background-color css

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

 a { background-color: rgb(252,238,225); }

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

border-color css

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

 span { border-color: rgb(252,238,225); }

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