Html Css Color HEX #FDF5CC Lemon Chiffon

📋 copy color: '#FDF5CC'

red 253 ◦ green 245 ◦ blue 204

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

Shades of Lemon Chiffon #FDF5CC

Tints of Lemon Chiffon #FDF5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.06%

R = 36.04%
G = 34.9%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDF5CC (or 0xFDF5CC) is known color: Lemon Chiffon. HEX triplet: FD, F5 and CC. RGB value is (253,245,204). Sum of RGB (Red+Green+Blue) = 253+245+204=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 204 (80.08% from 255 or 29.06% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5CC is #020A33. Grayscale: #F2F2F2. Windows color (decimal): -133684 or 13432317. OLE color: 13432317.

HSL color Cylindrical-coordinate representation of color #FDF5CC: hue angle of 50.2º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDF5CC is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 204 -
CMYK 0 0.03 0.19 0.01
HSL 50.2º 0.92% 0.9% -
HSV(B) 50.2º 0.19% 0.99% -
XYZ 84.06 90.55 70.17 -
YUV 242.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 253 245 204 0 0.03 0.19 0.01 50.2 0.92 0.9
Hex FD F5 CC 0 3 13 1 32 5C 5A
Octal 375 365 314 0 3 23 1 62 134 132
Binary 11111101 11110101 11001100 0 11 10011 1 110010 1011100 1011010

Color Harmonies of #FDF5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5CC

Black with #FDF5CC

Text Example


Text Example

White with #FDF5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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