Html Css Color HEX #FDF6D8 Corn Silk

📋 copy color: '#FDF6D8'

red 253 ◦ green 246 ◦ blue 216

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

Shades of Corn Silk #FDF6D8

Tints of Corn Silk #FDF6D8

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.41%

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

R = 35.38%
G = 34.41%
B = 30.21%

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

#FDF6D8 (or 0xFDF6D8) is known color: Corn Silk. HEX triplet: FD, F6 and D8. RGB value is (253,246,216). Sum of RGB (Red+Green+Blue) = 253+246+216=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 216 (84.77% from 255 or 30.21% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6D8 is #020927. Grayscale: #F4F4F4. Windows color (decimal): -133416 or 14219005. OLE color: 14219005.

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

Color convert

RGB 253 246 216 -
CMYK 0 0.03 0.15 0.01
HSL 48.65º 0.9% 0.92% -
HSV(B) 48.65º 0.15% 0.99% -
XYZ 85.86 91.75 78.15 -
YUV 244.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 253 246 216 0 0.03 0.15 0.01 48.65 0.9 0.92
Hex FD F6 D8 0 3 F 1 31 5A 5C
Octal 375 366 330 0 3 17 1 61 132 134
Binary 11111101 11110110 11011000 0 11 1111 1 110001 1011010 1011100

Color Harmonies of #FDF6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6D8

Black with #FDF6D8

Text Example


Text Example

White with #FDF6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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