Html Css Color HEX #FDF8DE Corn Silk

📋 copy color: '#FDF8DE'

red 253 ◦ green 248 ◦ blue 222

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

Shades of Corn Silk #FDF8DE

Tints of Corn Silk #FDF8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 30.71%

R = 34.99%
G = 34.3%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDF8DE (or 0xFDF8DE) is known color: Corn Silk. HEX triplet: FD, F8 and DE. RGB value is (253,248,222). Sum of RGB (Red+Green+Blue) = 253+248+222=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 248 (97.27% from 255 or 34.30% from 723); Blue value is 222 (87.11% from 255 or 30.71% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8DE is #020721. Grayscale: #F6F6F6. Windows color (decimal): -132898 or 14612733. OLE color: 14612733.

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

Color convert

RGB 253 248 222 -
CMYK 0 0.02 0.12 0.01
HSL 50.32º 0.89% 0.93% -
HSV(B) 50.32º 0.12% 0.99% -
XYZ 87.26 93.29 82.52 -
YUV 246.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 253 248 222 0 0.02 0.12 0.01 50.32 0.89 0.93
Hex FD F8 DE 0 2 C 1 32 59 5D
Octal 375 370 336 0 2 14 1 62 131 135
Binary 11111101 11111000 11011110 0 10 1100 1 110010 1011001 1011101

Color Harmonies of #FDF8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF8DE

Black with #FDF8DE

Text Example


Text Example

White with #FDF8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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