Html Css Color HEX #FDF9CA Lemon Chiffon

📋 copy color: '#FDF9CA'

red 253 ◦ green 249 ◦ blue 202

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

Shades of Lemon Chiffon #FDF9CA

Tints of Lemon Chiffon #FDF9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.37%

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

R = 35.94%
G = 35.37%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDF9CA (or 0xFDF9CA) is known color: Lemon Chiffon. HEX triplet: FD, F9 and CA. RGB value is (253,249,202). Sum of RGB (Red+Green+Blue) = 253+249+202=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 202 (79.30% from 255 or 28.69% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9CA is #020635. Grayscale: #F5F5F5. Windows color (decimal): -132662 or 13302269. OLE color: 13302269.

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

Color convert

RGB 253 249 202 -
CMYK 0 0.02 0.20 0.01
HSL 55.29º 0.93% 0.89% -
HSV(B) 55.29º 0.2% 0.99% -
XYZ 85.04 92.9 69.33 -
YUV 244.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 253 249 202 0 0.02 0.20 0.01 55.29 0.93 0.89
Hex FD F9 CA 0 2 14 1 37 5D 59
Octal 375 371 312 0 2 24 1 67 135 131
Binary 11111101 11111001 11001010 0 10 10100 1 110111 1011101 1011001

Color Harmonies of #FDF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9CA

Black with #FDF9CA

Text Example


Text Example

White with #FDF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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