Html Css Color HEX #FEF5CA Lemon Chiffon

📋 copy color: '#FEF5CA'

red 254 ◦ green 245 ◦ blue 202

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

Shades of Lemon Chiffon #FEF5CA

Tints of Lemon Chiffon #FEF5CA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.95%

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

R = 36.23%
G = 34.95%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEF5CA (or 0xFEF5CA) is known color: Lemon Chiffon. HEX triplet: FE, F5 and CA. RGB value is (254,245,202). Sum of RGB (Red+Green+Blue) = 254+245+202=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 202 (79.30% from 255 or 28.82% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5CA is #010A35. Grayscale: #F2F2F2. Windows color (decimal): -68150 or 13301246. OLE color: 13301246.

HSL color Cylindrical-coordinate representation of color #FEF5CA: hue angle of 49.62º 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 #FEF5CA is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 245 202 -
CMYK 0 0.04 0.20 0.00
HSL 49.62º 0.96% 0.89% -
HSV(B) 49.62º 0.2% 1% -
XYZ 84.19 90.64 68.94 -
YUV 242.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 254 245 202 0 0.04 0.20 0.00 49.62 0.96 0.89
Hex FE F5 CA 0 4 14 0 32 60 59
Octal 376 365 312 0 4 24 0 62 140 131
Binary 11111110 11110101 11001010 0 100 10100 0 110010 1100000 1011001

Color Harmonies of #FEF5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5CA

Black with #FEF5CA

Text Example


Text Example

White with #FEF5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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