Html Css Color HEX #FCF2E7 Linen

📋 copy color: '#FCF2E7'

red 252 ◦ green 242 ◦ blue 231

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

Shades of Linen #FCF2E7

Tints of Linen #FCF2E7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.38%

 BLUE value IS 231 (90.63% from 255) = 31.86%

R = 34.76%
G = 33.38%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCF2E7 (or 0xFCF2E7) is known color: Linen. HEX triplet: FC, F2 and E7. RGB value is (252,242,231). Sum of RGB (Red+Green+Blue) = 252+242+231=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 242 (94.92% from 255 or 33.38% from 725); Blue value is 231 (90.62% from 255 or 31.86% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2E7 is #030D18. Grayscale: #F3F3F3. Windows color (decimal): -199961 or 15201020. OLE color: 15201020.

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

Color convert

RGB 252 242 231 -
CMYK 0 0.04 0.08 0.01
HSL 31.43º 0.78% 0.95% -
HSV(B) 31.43º 0.08% 0.99% -
XYZ 86.32 89.97 88.42 -
YUV 243.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 252 242 231 0 0.04 0.08 0.01 31.43 0.78 0.95
Hex FC F2 E7 0 4 8 1 1F 4E 5F
Octal 374 362 347 0 4 10 1 37 116 137
Binary 11111100 11110010 11100111 0 100 1000 1 11111 1001110 1011111

Color Harmonies of #FCF2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2E7

Black with #FCF2E7

Text Example


Text Example

White with #FCF2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2E7; }

 p { color: rgb(252,242,231); }

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

background-color css

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

 a { background-color: rgb(252,242,231); }

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

border-color css

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

 span { border-color: rgb(252,242,231); }

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