Html Css Color HEX #FDF8DC Corn Silk

📋 copy color: '#FDF8DC'

red 253 ◦ green 248 ◦ blue 220

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

Shades of Corn Silk #FDF8DC

Tints of Corn Silk #FDF8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 30.51%

R = 35.09%
G = 34.4%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDF8DC (or 0xFDF8DC) is known color: Corn Silk. HEX triplet: FD, F8 and DC. RGB value is (253,248,220). Sum of RGB (Red+Green+Blue) = 253+248+220=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 220 (86.33% from 255 or 30.51% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8DC is #020723. Grayscale: #F6F6F6. Windows color (decimal): -132900 or 14481661. OLE color: 14481661.

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

Color convert

RGB 253 248 220 -
CMYK 0 0.02 0.13 0.01
HSL 50.91º 0.89% 0.93% -
HSV(B) 50.91º 0.13% 0.99% -
XYZ 86.99 93.18 81.11 -
YUV 246.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 253 248 220 0 0.02 0.13 0.01 50.91 0.89 0.93
Hex FD F8 DC 0 2 D 1 33 59 5D
Octal 375 370 334 0 2 15 1 63 131 135
Binary 11111101 11111000 11011100 0 10 1101 1 110011 1011001 1011101

Color Harmonies of #FDF8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF8DC

Black with #FDF8DC

Text Example


Text Example

White with #FDF8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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