Html Css Color HEX #FDF8CB Lemon Chiffon

📋 copy color: '#FDF8CB'

red 253 ◦ green 248 ◦ blue 203

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

Shades of Lemon Chiffon #FDF8CB

Tints of Lemon Chiffon #FDF8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.23%

 BLUE value IS 203 (79.69% from 255) = 28.84%

R = 35.94%
G = 35.23%
B = 28.84%

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

#FDF8CB (or 0xFDF8CB) is known color: Lemon Chiffon. HEX triplet: FD, F8 and CB. RGB value is (253,248,203). Sum of RGB (Red+Green+Blue) = 253+248+203=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 203 (79.69% from 255 or 28.84% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8CB is #020734. Grayscale: #F4F4F4. Windows color (decimal): -132917 or 13367549. OLE color: 13367549.

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

Color convert

RGB 253 248 203 -
CMYK 0 0.02 0.20 0.01
HSL 54º 0.93% 0.89% -
HSV(B) 54º 0.2% 0.99% -
XYZ 84.85 92.33 69.85 -
YUV 244.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 253 248 203 0 0.02 0.20 0.01 54 0.93 0.89
Hex FD F8 CB 0 2 14 1 36 5D 59
Octal 375 370 313 0 2 24 1 66 135 131
Binary 11111101 11111000 11001011 0 10 10100 1 110110 1011101 1011001

Color Harmonies of #FDF8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF8CB

Black with #FDF8CB

Text Example


Text Example

White with #FDF8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF8CB; }

 p { color: rgb(253,248,203); }

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

background-color css

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

 a { background-color: rgb(253,248,203); }

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

border-color css

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

 span { border-color: rgb(253,248,203); }

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