Html Css Color HEX #FFF7D6 Corn Silk

📋 copy color: '#FFF7D6'

red 255 ◦ green 247 ◦ blue 214

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

Shades of Corn Silk #FFF7D6

Tints of Corn Silk #FFF7D6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.5%

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

R = 35.61%
G = 34.5%
B = 29.89%

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

#FFF7D6 (or 0xFFF7D6) is known color: Corn Silk. HEX triplet: FF, F7 and D6. RGB value is (255,247,214). Sum of RGB (Red+Green+Blue) = 255+247+214=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 247 (96.88% from 255 or 34.50% from 716); Blue value is 214 (83.98% from 255 or 29.89% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7D6 is #000829. Grayscale: #F5F5F5. Windows color (decimal): -2090 or 14088191. OLE color: 14088191.

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

Color convert

RGB 255 247 214 -
CMYK 0 0.03 0.16 0
HSL 48.29º 1% 0.92% -
HSV(B) 48.29º 0.16% 1% -
XYZ 86.64 92.64 76.93 -
YUV 245.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 255 247 214 0 0.03 0.16 0 48.29 1 0.92
Hex FF F7 D6 0 3 10 0 30 64 5C
Octal 377 367 326 0 3 20 0 60 144 134
Binary 11111111 11110111 11010110 0 11 10000 0 110000 1100100 1011100

Color Harmonies of #FFF7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF7D6

Black with #FFF7D6

Text Example


Text Example

White with #FFF7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF7D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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