Html Css Color HEX #FCEFE3 Linen

📋 copy color: '#FCEFE3'

red 252 ◦ green 239 ◦ blue 227

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

Shades of Linen #FCEFE3

Tints of Linen #FCEFE3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.29%

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

R = 35.1%
G = 33.29%
B = 31.62%

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

#FCEFE3 (or 0xFCEFE3) is known color: Linen. HEX triplet: FC, EF and E3. RGB value is (252,239,227). Sum of RGB (Red+Green+Blue) = 252+239+227=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 227 (89.06% from 255 or 31.62% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFE3 is #03101C. Grayscale: #F1F1F1. Windows color (decimal): -200733 or 14938108. OLE color: 14938108.

HSL color Cylindrical-coordinate representation of color #FCEFE3: hue angle of 28.8º 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 #FCEFE3 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 239 227 -
CMYK 0 0.05 0.10 0.01
HSL 28.8º 0.81% 0.94% -
HSV(B) 28.8º 0.1% 0.99% -
XYZ 84.88 87.97 85.18 -
YUV 241.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 252 239 227 0 0.05 0.10 0.01 28.8 0.81 0.94
Hex FC EF E3 0 5 A 1 1D 51 5E
Octal 374 357 343 0 5 12 1 35 121 136
Binary 11111100 11101111 11100011 0 101 1010 1 11101 1010001 1011110

Color Harmonies of #FCEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFE3

Black with #FCEFE3

Text Example


Text Example

White with #FCEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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