Html Css Color HEX #FBF7C0 Corn Field

📋 copy color: '#FBF7C0'

red 251 ◦ green 247 ◦ blue 192

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

Shades of Corn Field #FBF7C0

Tints of Corn Field #FBF7C0

RGB

 RED value IS 251 (98.44% from 255) = 36.38%

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

 BLUE value IS 192 (75.39% from 255) = 27.83%

R = 36.38%
G = 35.8%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBF7C0 (or 0xFBF7C0) is known color: Corn Field. HEX triplet: FB, F7 and C0. RGB value is (251,247,192). Sum of RGB (Red+Green+Blue) = 251+247+192=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 192 (75.39% from 255 or 27.83% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7C0 is #04083F. Grayscale: #F2F2F2. Windows color (decimal): -264256 or 12646395. OLE color: 12646395.

HSL color Cylindrical-coordinate representation of color #FBF7C0: hue angle of 55.93º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBF7C0 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 247 192 -
CMYK 0 0.02 0.24 0.02
HSL 55.93º 0.88% 0.87% -
HSV(B) 55.93º 0.24% 0.98% -
XYZ 82.56 90.84 63.05 -
YUV 241.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 251 247 192 0 0.02 0.24 0.02 55.93 0.88 0.87
Hex FB F7 C0 0 2 18 2 38 58 57
Octal 373 367 300 0 2 30 2 70 130 127
Binary 11111011 11110111 11000000 0 10 11000 10 111000 1011000 1010111

Color Harmonies of #FBF7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF7C0

Black with #FBF7C0

Text Example


Text Example

White with #FBF7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF7C0; }

 p { color: rgb(251,247,192); }

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

background-color css

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

 a { background-color: rgb(251,247,192); }

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

border-color css

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

 span { border-color: rgb(251,247,192); }

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