Html Css Color HEX #FBF2C7 Corn Field

📋 copy color: '#FBF2C7'

red 251 ◦ green 242 ◦ blue 199

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

Shades of Corn Field #FBF2C7

Tints of Corn Field #FBF2C7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.97%

 BLUE value IS 199 (78.13% from 255) = 28.76%

R = 36.27%
G = 34.97%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBF2C7 (or 0xFBF2C7) is known color: Corn Field. HEX triplet: FB, F2 and C7. RGB value is (251,242,199). Sum of RGB (Red+Green+Blue) = 251+242+199=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 199 (78.12% from 255 or 28.76% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2C7 is #040D38. Grayscale: #EFEFEF. Windows color (decimal): -265529 or 13103867. OLE color: 13103867.

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

Color convert

RGB 251 242 199 -
CMYK 0 0.04 0.21 0.02
HSL 49.62º 0.87% 0.88% -
HSV(B) 49.62º 0.21% 0.98% -
XYZ 81.84 88.14 66.73 -
YUV 239.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 251 242 199 0 0.04 0.21 0.02 49.62 0.87 0.88
Hex FB F2 C7 0 4 15 2 32 57 58
Octal 373 362 307 0 4 25 2 62 127 130
Binary 11111011 11110010 11000111 0 100 10101 10 110010 1010111 1011000

Color Harmonies of #FBF2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2C7

Black with #FBF2C7

Text Example


Text Example

White with #FBF2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2C7; }

 p { color: rgb(251,242,199); }

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

background-color css

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

 a { background-color: rgb(251,242,199); }

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

border-color css

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

 span { border-color: rgb(251,242,199); }

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