Html Css Color HEX #FCF4EC Linen

📋 copy color: '#FCF4EC'

red 252 ◦ green 244 ◦ blue 236

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

Shades of Linen #FCF4EC

Tints of Linen #FCF4EC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.33%

 BLUE value IS 236 (92.58% from 255) = 32.24%

R = 34.43%
G = 33.33%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCF4EC (or 0xFCF4EC) is known color: Linen. HEX triplet: FC, F4 and EC. RGB value is (252,244,236). Sum of RGB (Red+Green+Blue) = 252+244+236=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 244 (95.70% from 255 or 33.33% from 732); Blue value is 236 (92.58% from 255 or 32.24% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4EC is #030B13. Grayscale: #F5F5F5. Windows color (decimal): -199444 or 15529212. OLE color: 15529212.

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

Color convert

RGB 252 244 236 -
CMYK 0 0.03 0.06 0.01
HSL 30º 0.73% 0.96% -
HSV(B) 30º 0.06% 0.99% -
XYZ 87.64 91.45 92.39 -
YUV 245.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 252 244 236 0 0.03 0.06 0.01 30 0.73 0.96
Hex FC F4 EC 0 3 6 1 1E 49 60
Octal 374 364 354 0 3 6 1 36 111 140
Binary 11111100 11110100 11101100 0 11 110 1 11110 1001001 1100000

Color Harmonies of #FCF4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4EC

Black with #FCF4EC

Text Example


Text Example

White with #FCF4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4EC; }

 p { color: rgb(252,244,236); }

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

background-color css

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

 a { background-color: rgb(252,244,236); }

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

border-color css

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

 span { border-color: rgb(252,244,236); }

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