Html Css Color HEX #FCF0E6 Linen

📋 copy color: '#FCF0E6'

red 252 ◦ green 240 ◦ blue 230

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

Shades of Linen #FCF0E6

Tints of Linen #FCF0E6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.24%

 BLUE value IS 230 (90.23% from 255) = 31.86%

R = 34.9%
G = 33.24%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCF0E6 (or 0xFCF0E6) is known color: Linen. HEX triplet: FC, F0 and E6. RGB value is (252,240,230). Sum of RGB (Red+Green+Blue) = 252+240+230=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 230 (90.23% from 255 or 31.86% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0E6 is #030F19. Grayscale: #F2F2F2. Windows color (decimal): -200474 or 15134972. OLE color: 15134972.

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

Color convert

RGB 252 240 230 -
CMYK 0 0.05 0.09 0.01
HSL 27.27º 0.79% 0.95% -
HSV(B) 27.27º 0.09% 0.99% -
XYZ 85.59 88.73 87.48 -
YUV 242.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 252 240 230 0 0.05 0.09 0.01 27.27 0.79 0.95
Hex FC F0 E6 0 5 9 1 1B 4F 5F
Octal 374 360 346 0 5 11 1 33 117 137
Binary 11111100 11110000 11100110 0 101 1001 1 11011 1001111 1011111

Color Harmonies of #FCF0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0E6

Black with #FCF0E6

Text Example


Text Example

White with #FCF0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0E6; }

 p { color: rgb(252,240,230); }

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

background-color css

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

 a { background-color: rgb(252,240,230); }

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

border-color css

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

 span { border-color: rgb(252,240,230); }

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