Html Css Color HEX #FEF8CA Lemon Chiffon

📋 copy color: '#FEF8CA'

red 254 ◦ green 248 ◦ blue 202

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

Shades of Lemon Chiffon #FEF8CA

Tints of Lemon Chiffon #FEF8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 28.69%

R = 36.08%
G = 35.23%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEF8CA (or 0xFEF8CA) is known color: Lemon Chiffon. HEX triplet: FE, F8 and CA. RGB value is (254,248,202). Sum of RGB (Red+Green+Blue) = 254+248+202=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 202 (79.30% from 255 or 28.69% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8CA is #010735. Grayscale: #F4F4F4. Windows color (decimal): -67382 or 13302014. OLE color: 13302014.

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

Color convert

RGB 254 248 202 -
CMYK 0 0.02 0.20 0.00
HSL 53.08º 0.96% 0.89% -
HSV(B) 53.08º 0.2% 1% -
XYZ 85.1 92.47 69.24 -
YUV 244.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 254 248 202 0 0.02 0.20 0.00 53.08 0.96 0.89
Hex FE F8 CA 0 2 14 0 35 60 59
Octal 376 370 312 0 2 24 0 65 140 131
Binary 11111110 11111000 11001010 0 10 10100 0 110101 1100000 1011001

Color Harmonies of #FEF8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF8CA

Black with #FEF8CA

Text Example


Text Example

White with #FEF8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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