Html Css Color HEX #FBF7C2 Corn Field

📋 copy color: '#FBF7C2'

red 251 ◦ green 247 ◦ blue 194

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

Shades of Corn Field #FBF7C2

Tints of Corn Field #FBF7C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.03%

R = 36.27%
G = 35.69%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBF7C2 (or 0xFBF7C2) is known color: Corn Field. HEX triplet: FB, F7 and C2. RGB value is (251,247,194). Sum of RGB (Red+Green+Blue) = 251+247+194=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 194 (76.17% from 255 or 28.03% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7C2 is #04083D. Grayscale: #F2F2F2. Windows color (decimal): -264254 or 12777467. OLE color: 12777467.

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

Color convert

RGB 251 247 194 -
CMYK 0 0.02 0.23 0.02
HSL 55.79º 0.88% 0.87% -
HSV(B) 55.79º 0.23% 0.98% -
XYZ 82.78 90.93 64.23 -
YUV 242.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 251 247 194 0 0.02 0.23 0.02 55.79 0.88 0.87
Hex FB F7 C2 0 2 17 2 38 58 57
Octal 373 367 302 0 2 27 2 70 130 127
Binary 11111011 11110111 11000010 0 10 10111 10 111000 1011000 1010111

Color Harmonies of #FBF7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF7C2

Black with #FBF7C2

Text Example


Text Example

White with #FBF7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF7C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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