Html Css Color HEX #FEF8CE Lemon Chiffon

📋 copy color: '#FEF8CE'

red 254 ◦ green 248 ◦ blue 206

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

Shades of Lemon Chiffon #FEF8CE

Tints of Lemon Chiffon #FEF8CE

RGB

 RED value IS 254 (99.61% from 255) = 35.88%

 GREEN value IS 248 (97.27% from 255) = 35.03%

 BLUE value IS 206 (80.86% from 255) = 29.1%

R = 35.88%
G = 35.03%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEF8CE (or 0xFEF8CE) is known color: Lemon Chiffon. HEX triplet: FE, F8 and CE. RGB value is (254,248,206). Sum of RGB (Red+Green+Blue) = 254+248+206=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 206 (80.86% from 255 or 29.10% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8CE is #010731. Grayscale: #F5F5F5. Windows color (decimal): -67378 or 13564158. OLE color: 13564158.

HSL color Cylindrical-coordinate representation of color #FEF8CE: hue angle of 52.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEF8CE is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 248 206 -
CMYK 0 0.02 0.19 0.00
HSL 52.5º 0.96% 0.9% -
HSV(B) 52.5º 0.19% 1% -
XYZ 85.58 92.66 71.77 -
YUV 245.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 254 248 206 0 0.02 0.19 0.00 52.5 0.96 0.9
Hex FE F8 CE 0 2 13 0 34 60 5A
Octal 376 370 316 0 2 23 0 64 140 132
Binary 11111110 11111000 11001110 0 10 10011 0 110100 1100000 1011010

Color Harmonies of #FEF8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF8CE

Black with #FEF8CE

Text Example


Text Example

White with #FEF8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF8CE; }

 p { color: rgb(254,248,206); }

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

background-color css

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

 a { background-color: rgb(254,248,206); }

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

border-color css

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

 span { border-color: rgb(254,248,206); }

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