Html Css Color HEX #FFF6BD Corn Field

📋 copy color: '#FFF6BD'

red 255 ◦ green 246 ◦ blue 189

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

Shades of Corn Field #FFF6BD

Tints of Corn Field #FFF6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 27.39%

R = 36.96%
G = 35.65%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFF6BD (or 0xFFF6BD) is known color: Corn Field. HEX triplet: FF, F6 and BD. RGB value is (255,246,189). Sum of RGB (Red+Green+Blue) = 255+246+189=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 189 (74.22% from 255 or 27.39% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6BD is #000942. Grayscale: #F2F2F2. Windows color (decimal): -2371 or 12449535. OLE color: 12449535.

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

Color convert

RGB 255 246 189 -
CMYK 0 0.04 0.26 0
HSL 51.82º 1% 0.87% -
HSV(B) 51.82º 0.26% 1% -
XYZ 83.38 90.85 61.28 -
YUV 242.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 255 246 189 0 0.04 0.26 0 51.82 1 0.87
Hex FF F6 BD 0 4 1A 0 34 64 57
Octal 377 366 275 0 4 32 0 64 144 127
Binary 11111111 11110110 10111101 0 100 11010 0 110100 1100100 1010111

Color Harmonies of #FFF6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6BD

Black with #FFF6BD

Text Example


Text Example

White with #FFF6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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