Html Css Color HEX #FCEFE5 Linen

📋 copy color: '#FCEFE5'

red 252 ◦ green 239 ◦ blue 229

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

Shades of Linen #FCEFE5

Tints of Linen #FCEFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 31.81%

R = 35%
G = 33.19%
B = 31.81%

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

#FCEFE5 (or 0xFCEFE5) is known color: Linen. HEX triplet: FC, EF and E5. RGB value is (252,239,229). Sum of RGB (Red+Green+Blue) = 252+239+229=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 229 (89.84% from 255 or 31.81% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFE5 is #03101A. Grayscale: #F1F1F1. Windows color (decimal): -200731 or 15069180. OLE color: 15069180.

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

Color convert

RGB 252 239 229 -
CMYK 0 0.05 0.09 0.01
HSL 26.09º 0.79% 0.94% -
HSV(B) 26.09º 0.09% 0.99% -
XYZ 85.15 88.09 86.64 -
YUV 241.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 252 239 229 0 0.05 0.09 0.01 26.09 0.79 0.94
Hex FC EF E5 0 5 9 1 1A 4F 5E
Octal 374 357 345 0 5 11 1 32 117 136
Binary 11111100 11101111 11100101 0 101 1001 1 11010 1001111 1011110

Color Harmonies of #FCEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFE5

Black with #FCEFE5

Text Example


Text Example

White with #FCEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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