Html Css Color HEX #FFF6DB Corn Silk

📋 copy color: '#FFF6DB'

red 255 ◦ green 246 ◦ blue 219

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

Shades of Corn Silk #FFF6DB

Tints of Corn Silk #FFF6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 30.42%

R = 35.42%
G = 34.17%
B = 30.42%

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

#FFF6DB (or 0xFFF6DB) is known color: Corn Silk. HEX triplet: FF, F6 and DB. RGB value is (255,246,219). Sum of RGB (Red+Green+Blue) = 255+246+219=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 219 (85.94% from 255 or 30.42% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6DB is #000924. Grayscale: #F5F5F5. Windows color (decimal): -2341 or 14415615. OLE color: 14415615.

HSL color Cylindrical-coordinate representation of color #FFF6DB: hue angle of 45º 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 #FFF6DB is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 246 219 -
CMYK 0 0.04 0.14 0
HSL 45º 1% 0.93% -
HSV(B) 45º 0.14% 1% -
XYZ 86.98 92.29 80.25 -
YUV 245.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 255 246 219 0 0.04 0.14 0 45 1 0.93
Hex FF F6 DB 0 4 E 0 2D 64 5D
Octal 377 366 333 0 4 16 0 55 144 135
Binary 11111111 11110110 11011011 0 100 1110 0 101101 1100100 1011101

Color Harmonies of #FFF6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6DB

Black with #FFF6DB

Text Example


Text Example

White with #FFF6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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