Html Css Color HEX #FDF6DA Corn Silk

📋 copy color: '#FDF6DA'

red 253 ◦ green 246 ◦ blue 218

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

Shades of Corn Silk #FDF6DA

Tints of Corn Silk #FDF6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.4%

R = 35.29%
G = 34.31%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDF6DA (or 0xFDF6DA) is known color: Corn Silk. HEX triplet: FD, F6 and DA. RGB value is (253,246,218). Sum of RGB (Red+Green+Blue) = 253+246+218=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 218 (85.55% from 255 or 30.40% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6DA is #020925. Grayscale: #F5F5F5. Windows color (decimal): -133414 or 14350077. OLE color: 14350077.

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

Color convert

RGB 253 246 218 -
CMYK 0 0.03 0.14 0.01
HSL 48º 0.9% 0.92% -
HSV(B) 48º 0.14% 0.99% -
XYZ 86.12 91.86 79.52 -
YUV 244.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 253 246 218 0 0.03 0.14 0.01 48 0.9 0.92
Hex FD F6 DA 0 3 E 1 30 5A 5C
Octal 375 366 332 0 3 16 1 60 132 134
Binary 11111101 11110110 11011010 0 11 1110 1 110000 1011010 1011100

Color Harmonies of #FDF6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6DA

Black with #FDF6DA

Text Example


Text Example

White with #FDF6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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