Html Css Color HEX #FFF8BF Corn Field

📋 copy color: '#FFF8BF'

red 255 ◦ green 248 ◦ blue 191

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

Shades of Corn Field #FFF8BF

Tints of Corn Field #FFF8BF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.73%

 BLUE value IS 191 (75% from 255) = 27.52%

R = 36.74%
G = 35.73%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFF8BF (or 0xFFF8BF) is known color: Corn Field. HEX triplet: FF, F8 and BF. RGB value is (255,248,191). Sum of RGB (Red+Green+Blue) = 255+248+191=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 191 (75% from 255 or 27.52% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8BF is #000740. Grayscale: #F3F3F3. Windows color (decimal): -1857 or 12581119. OLE color: 12581119.

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

Color convert

RGB 255 248 191 -
CMYK 0 0.03 0.25 0
HSL 53.44º 1% 0.87% -
HSV(B) 53.44º 0.25% 1% -
XYZ 84.21 92.16 62.64 -
YUV 243.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 255 248 191 0 0.03 0.25 0 53.44 1 0.87
Hex FF F8 BF 0 3 19 0 35 64 57
Octal 377 370 277 0 3 31 0 65 144 127
Binary 11111111 11111000 10111111 0 11 11001 0 110101 1100100 1010111

Color Harmonies of #FFF8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF8BF

Black with #FFF8BF

Text Example


Text Example

White with #FFF8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF8BF; }

 p { color: rgb(255,248,191); }

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

background-color css

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

 a { background-color: rgb(255,248,191); }

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

border-color css

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

 span { border-color: rgb(255,248,191); }

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