Html Css Color HEX #FDF5D8 Corn Silk

📋 copy color: '#FDF5D8'

red 253 ◦ green 245 ◦ blue 216

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

Shades of Corn Silk #FDF5D8

Tints of Corn Silk #FDF5D8

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.31%

 BLUE value IS 216 (84.77% from 255) = 30.25%

R = 35.43%
G = 34.31%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDF5D8 (or 0xFDF5D8) is known color: Corn Silk. HEX triplet: FD, F5 and D8. RGB value is (253,245,216). Sum of RGB (Red+Green+Blue) = 253+245+216=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 245 (96.09% from 255 or 34.31% from 714); Blue value is 216 (84.77% from 255 or 30.25% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5D8 is #020A27. Grayscale: #F4F4F4. Windows color (decimal): -133672 or 14218749. OLE color: 14218749.

HSL color Cylindrical-coordinate representation of color #FDF5D8: hue angle of 47.03º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDF5D8 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 216 -
CMYK 0 0.03 0.15 0.01
HSL 47.03º 0.9% 0.92% -
HSV(B) 47.03º 0.15% 0.99% -
XYZ 85.56 91.15 78.05 -
YUV 244.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 253 245 216 0 0.03 0.15 0.01 47.03 0.9 0.92
Hex FD F5 D8 0 3 F 1 2F 5A 5C
Octal 375 365 330 0 3 17 1 57 132 134
Binary 11111101 11110101 11011000 0 11 1111 1 101111 1011010 1011100

Color Harmonies of #FDF5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5D8

Black with #FDF5D8

Text Example


Text Example

White with #FDF5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5D8; }

 p { color: rgb(253,245,216); }

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

background-color css

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

 a { background-color: rgb(253,245,216); }

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

border-color css

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

 span { border-color: rgb(253,245,216); }

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