Html Css Color HEX #FCF0E3 Linen

📋 copy color: '#FCF0E3'

red 252 ◦ green 240 ◦ blue 227

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

Shades of Linen #FCF0E3

Tints of Linen #FCF0E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 31.57%

R = 35.05%
G = 33.38%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCF0E3 (or 0xFCF0E3) is known color: Linen. HEX triplet: FC, F0 and E3. RGB value is (252,240,227). Sum of RGB (Red+Green+Blue) = 252+240+227=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 227 (89.06% from 255 or 31.57% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0E3 is #030F1C. Grayscale: #F2F2F2. Windows color (decimal): -200477 or 14938364. OLE color: 14938364.

HSL color Cylindrical-coordinate representation of color #FCF0E3: hue angle of 31.2º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCF0E3 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 227 -
CMYK 0 0.05 0.10 0.01
HSL 31.2º 0.81% 0.94% -
HSV(B) 31.2º 0.1% 0.99% -
XYZ 85.17 88.56 85.28 -
YUV 242.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 252 240 227 0 0.05 0.10 0.01 31.2 0.81 0.94
Hex FC F0 E3 0 5 A 1 1F 51 5E
Octal 374 360 343 0 5 12 1 37 121 136
Binary 11111100 11110000 11100011 0 101 1010 1 11111 1010001 1011110

Color Harmonies of #FCF0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0E3

Black with #FCF0E3

Text Example


Text Example

White with #FCF0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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