Html Css Color HEX #FFF6DA Corn Silk

📋 copy color: '#FFF6DA'

red 255 ◦ green 246 ◦ blue 218

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

Shades of Corn Silk #FFF6DA

Tints of Corn Silk #FFF6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.32%

R = 35.47%
G = 34.21%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFF6DA (or 0xFFF6DA) is known color: Corn Silk. HEX triplet: FF, F6 and DA. RGB value is (255,246,218). Sum of RGB (Red+Green+Blue) = 255+246+218=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 218 (85.55% from 255 or 30.32% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6DA is #000925. Grayscale: #F5F5F5. Windows color (decimal): -2342 or 14350079. OLE color: 14350079.

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

Color convert

RGB 255 246 218 -
CMYK 0 0.04 0.15 0
HSL 45.41º 1% 0.93% -
HSV(B) 45.41º 0.15% 1% -
XYZ 86.85 92.23 79.56 -
YUV 245.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 255 246 218 0 0.04 0.15 0 45.41 1 0.93
Hex FF F6 DA 0 4 F 0 2D 64 5D
Octal 377 366 332 0 4 17 0 55 144 135
Binary 11111111 11110110 11011010 0 100 1111 0 101101 1100100 1011101

Color Harmonies of #FFF6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6DA

Black with #FFF6DA

Text Example


Text Example

White with #FFF6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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