Html Css Color HEX #FDFAC5 Lemon Chiffon

📋 copy color: '#FDFAC5'

red 253 ◦ green 250 ◦ blue 197

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

Shades of Lemon Chiffon #FDFAC5

Tints of Lemon Chiffon #FDFAC5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.71%

 BLUE value IS 197 (77.34% from 255) = 28.14%

R = 36.14%
G = 35.71%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDFAC5 (or 0xFDFAC5) is known color: Lemon Chiffon. HEX triplet: FD, FA and C5. RGB value is (253,250,197). Sum of RGB (Red+Green+Blue) = 253+250+197=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 197 (77.34% from 255 or 28.14% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC5 is #02053A. Grayscale: #F5F5F5. Windows color (decimal): -132411 or 12974845. OLE color: 12974845.

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

Color convert

RGB 253 250 197 -
CMYK 0 0.01 0.22 0.01
HSL 56.79º 0.93% 0.88% -
HSV(B) 56.79º 0.22% 0.99% -
XYZ 84.77 93.29 66.36 -
YUV 244.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 253 250 197 0 0.01 0.22 0.01 56.79 0.93 0.88
Hex FD FA C5 0 1 16 1 39 5D 58
Octal 375 372 305 0 1 26 1 71 135 130
Binary 11111101 11111010 11000101 0 1 10110 1 111001 1011101 1011000

Color Harmonies of #FDFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAC5

Black with #FDFAC5

Text Example


Text Example

White with #FDFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAC5; }

 p { color: rgb(253,250,197); }

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

background-color css

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

 a { background-color: rgb(253,250,197); }

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

border-color css

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

 span { border-color: rgb(253,250,197); }

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