Html Css Color HEX #FBF6C6 Corn Field

📋 copy color: '#FBF6C6'

red 251 ◦ green 246 ◦ blue 198

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

Shades of Corn Field #FBF6C6

Tints of Corn Field #FBF6C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 28.49%

R = 36.12%
G = 35.4%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBF6C6 (or 0xFBF6C6) is known color: Corn Field. HEX triplet: FB, F6 and C6. RGB value is (251,246,198). Sum of RGB (Red+Green+Blue) = 251+246+198=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 246 (96.48% from 255 or 35.40% from 695); Blue value is 198 (77.73% from 255 or 28.49% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6C6 is #040939. Grayscale: #F2F2F2. Windows color (decimal): -264506 or 13039355. OLE color: 13039355.

HSL color Cylindrical-coordinate representation of color #FBF6C6: hue angle of 54.34º 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 #FBF6C6 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 246 198 -
CMYK 0 0.02 0.21 0.02
HSL 54.34º 0.87% 0.88% -
HSV(B) 54.34º 0.21% 0.98% -
XYZ 82.93 90.5 66.52 -
YUV 242.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 251 246 198 0 0.02 0.21 0.02 54.34 0.87 0.88
Hex FB F6 C6 0 2 15 2 36 57 58
Octal 373 366 306 0 2 25 2 66 127 130
Binary 11111011 11110110 11000110 0 10 10101 10 110110 1010111 1011000

Color Harmonies of #FBF6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF6C6

Black with #FBF6C6

Text Example


Text Example

White with #FBF6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF6C6; }

 p { color: rgb(251,246,198); }

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

background-color css

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

 a { background-color: rgb(251,246,198); }

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

border-color css

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

 span { border-color: rgb(251,246,198); }

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