Html Css Color HEX #FDFAC8 Lemon Chiffon

📋 copy color: '#FDFAC8'

red 253 ◦ green 250 ◦ blue 200

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

Shades of Lemon Chiffon #FDFAC8

Tints of Lemon Chiffon #FDFAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 28.45%

R = 35.99%
G = 35.56%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDFAC8 (or 0xFDFAC8) is known color: Lemon Chiffon. HEX triplet: FD, FA and C8. RGB value is (253,250,200). Sum of RGB (Red+Green+Blue) = 253+250+200=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 200 (78.52% from 255 or 28.45% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC8 is #020537. Grayscale: #F5F5F5. Windows color (decimal): -132408 or 13171453. OLE color: 13171453.

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

Color convert

RGB 253 250 200 -
CMYK 0 0.01 0.21 0.01
HSL 56.6º 0.93% 0.89% -
HSV(B) 56.6º 0.21% 0.99% -
XYZ 85.12 93.42 68.19 -
YUV 245.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 253 250 200 0 0.01 0.21 0.01 56.6 0.93 0.89
Hex FD FA C8 0 1 15 1 39 5D 59
Octal 375 372 310 0 1 25 1 71 135 131
Binary 11111101 11111010 11001000 0 1 10101 1 111001 1011101 1011001

Color Harmonies of #FDFAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAC8

Black with #FDFAC8

Text Example


Text Example

White with #FDFAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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