Html Css Color HEX #FFF8D6 Corn Silk

📋 copy color: '#FFF8D6'

red 255 ◦ green 248 ◦ blue 214

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

Shades of Corn Silk #FFF8D6

Tints of Corn Silk #FFF8D6

RGB

 RED value IS 255 (100% from 255) = 35.56%

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

 BLUE value IS 214 (83.98% from 255) = 29.85%

R = 35.56%
G = 34.59%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFF8D6 (or 0xFFF8D6) is known color: Corn Silk. HEX triplet: FF, F8 and D6. RGB value is (255,248,214). Sum of RGB (Red+Green+Blue) = 255+248+214=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 248 (97.27% from 255 or 34.59% from 717); Blue value is 214 (83.98% from 255 or 29.85% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8D6 is #000729. Grayscale: #F6F6F6. Windows color (decimal): -1834 or 14088447. OLE color: 14088447.

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

Color convert

RGB 255 248 214 -
CMYK 0 0.03 0.16 0
HSL 49.76º 1% 0.92% -
HSV(B) 49.76º 0.16% 1% -
XYZ 86.95 93.25 77.03 -
YUV 246.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 255 248 214 0 0.03 0.16 0 49.76 1 0.92
Hex FF F8 D6 0 3 10 0 32 64 5C
Octal 377 370 326 0 3 20 0 62 144 134
Binary 11111111 11111000 11010110 0 11 10000 0 110010 1100100 1011100

Color Harmonies of #FFF8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF8D6

Black with #FFF8D6

Text Example


Text Example

White with #FFF8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF8D6; }

 p { color: rgb(255,248,214); }

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

background-color css

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

 a { background-color: rgb(255,248,214); }

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

border-color css

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

 span { border-color: rgb(255,248,214); }

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