Html Css Color HEX #FFF6DC Corn Silk

📋 copy color: '#FFF6DC'

red 255 ◦ green 246 ◦ blue 220

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

Shades of Corn Silk #FFF6DC

Tints of Corn Silk #FFF6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 30.51%

R = 35.37%
G = 34.12%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFF6DC (or 0xFFF6DC) is known color: Corn Silk. HEX triplet: FF, F6 and DC. RGB value is (255,246,220). Sum of RGB (Red+Green+Blue) = 255+246+220=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 220 (86.33% from 255 or 30.51% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6DC is #000923. Grayscale: #F5F5F5. Windows color (decimal): -2340 or 14481151. OLE color: 14481151.

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

Color convert

RGB 255 246 220 -
CMYK 0 0.04 0.14 0
HSL 44.57º 1% 0.93% -
HSV(B) 44.57º 0.14% 1% -
XYZ 87.11 92.34 80.94 -
YUV 245.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 255 246 220 0 0.04 0.14 0 44.57 1 0.93
Hex FF F6 DC 0 4 E 0 2D 64 5D
Octal 377 366 334 0 4 16 0 55 144 135
Binary 11111111 11110110 11011100 0 100 1110 0 101101 1100100 1011101

Color Harmonies of #FFF6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6DC

Black with #FFF6DC

Text Example


Text Example

White with #FFF6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6DC; }

 p { color: rgb(255,246,220); }

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

background-color css

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

 a { background-color: rgb(255,246,220); }

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

border-color css

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

 span { border-color: rgb(255,246,220); }

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