Html Css Color HEX #FDF6CA Lemon Chiffon

📋 copy color: '#FDF6CA'

red 253 ◦ green 246 ◦ blue 202

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

Shades of Lemon Chiffon #FDF6CA

Tints of Lemon Chiffon #FDF6CA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.09%

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

R = 36.09%
G = 35.09%
B = 28.82%

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

#FDF6CA (or 0xFDF6CA) is known color: Lemon Chiffon. HEX triplet: FD, F6 and CA. RGB value is (253,246,202). Sum of RGB (Red+Green+Blue) = 253+246+202=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 202 (79.30% from 255 or 28.82% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6CA is #020935. Grayscale: #F3F3F3. Windows color (decimal): -133430 or 13301501. OLE color: 13301501.

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

Color convert

RGB 253 246 202 -
CMYK 0 0.03 0.20 0.01
HSL 51.76º 0.93% 0.89% -
HSV(B) 51.76º 0.2% 0.99% -
XYZ 84.12 91.06 69.02 -
YUV 243.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 253 246 202 0 0.03 0.20 0.01 51.76 0.93 0.89
Hex FD F6 CA 0 3 14 1 34 5D 59
Octal 375 366 312 0 3 24 1 64 135 131
Binary 11111101 11110110 11001010 0 11 10100 1 110100 1011101 1011001

Color Harmonies of #FDF6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6CA

Black with #FDF6CA

Text Example


Text Example

White with #FDF6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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