Html Css Color HEX #FDF5CA Lemon Chiffon

📋 copy color: '#FDF5CA'

red 253 ◦ green 245 ◦ blue 202

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

Shades of Lemon Chiffon #FDF5CA

Tints of Lemon Chiffon #FDF5CA

RGB

 RED value IS 253 (99.22% from 255) = 36.14%

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

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

R = 36.14%
G = 35%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDF5CA (or 0xFDF5CA) is known color: Lemon Chiffon. HEX triplet: FD, F5 and CA. RGB value is (253,245,202). Sum of RGB (Red+Green+Blue) = 253+245+202=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 202 (79.30% from 255 or 28.86% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5CA is #020A35. Grayscale: #F2F2F2. Windows color (decimal): -133686 or 13301245. OLE color: 13301245.

HSL color Cylindrical-coordinate representation of color #FDF5CA: hue angle of 50.59º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDF5CA is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 202 -
CMYK 0 0.03 0.20 0.01
HSL 50.59º 0.93% 0.89% -
HSV(B) 50.59º 0.2% 0.99% -
XYZ 83.82 90.45 68.92 -
YUV 242.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 253 245 202 0 0.03 0.20 0.01 50.59 0.93 0.89
Hex FD F5 CA 0 3 14 1 33 5D 59
Octal 375 365 312 0 3 24 1 63 135 131
Binary 11111101 11110101 11001010 0 11 10100 1 110011 1011101 1011001

Color Harmonies of #FDF5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5CA

Black with #FDF5CA

Text Example


Text Example

White with #FDF5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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