Html Css Color HEX #FDF6DD Corn Silk

📋 copy color: '#FDF6DD'

red 253 ◦ green 246 ◦ blue 221

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

Shades of Corn Silk #FDF6DD

Tints of Corn Silk #FDF6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 30.69%

R = 35.14%
G = 34.17%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDF6DD (or 0xFDF6DD) is known color: Corn Silk. HEX triplet: FD, F6 and DD. RGB value is (253,246,221). Sum of RGB (Red+Green+Blue) = 253+246+221=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 221 (86.72% from 255 or 30.69% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6DD is #020922. Grayscale: #F5F5F5. Windows color (decimal): -133411 or 14546685. OLE color: 14546685.

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

Color convert

RGB 253 246 221 -
CMYK 0 0.03 0.13 0.01
HSL 46.88º 0.89% 0.93% -
HSV(B) 46.88º 0.13% 0.99% -
XYZ 86.51 92.01 81.61 -
YUV 245.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 253 246 221 0 0.03 0.13 0.01 46.88 0.89 0.93
Hex FD F6 DD 0 3 D 1 2F 59 5D
Octal 375 366 335 0 3 15 1 57 131 135
Binary 11111101 11110110 11011101 0 11 1101 1 101111 1011001 1011101

Color Harmonies of #FDF6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6DD

Black with #FDF6DD

Text Example


Text Example

White with #FDF6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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