Html Css Color HEX #FBF6C9 Corn Field

📋 copy color: '#FBF6C9'

red 251 ◦ green 246 ◦ blue 201

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

Shades of Corn Field #FBF6C9

Tints of Corn Field #FBF6C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 28.8%

R = 35.96%
G = 35.24%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBF6C9 (or 0xFBF6C9) is known color: Corn Field. HEX triplet: FB, F6 and C9. RGB value is (251,246,201). Sum of RGB (Red+Green+Blue) = 251+246+201=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 246 (96.48% from 255 or 35.24% from 698); Blue value is 201 (78.91% from 255 or 28.80% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6C9 is #040936. Grayscale: #F2F2F2. Windows color (decimal): -264503 or 13235963. OLE color: 13235963.

HSL color Cylindrical-coordinate representation of color #FBF6C9: hue angle of 54º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBF6C9 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 246 201 -
CMYK 0 0.02 0.20 0.02
HSL 54º 0.86% 0.89% -
HSV(B) 54º 0.2% 0.98% -
XYZ 83.28 90.64 68.36 -
YUV 242.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 251 246 201 0 0.02 0.20 0.02 54 0.86 0.89
Hex FB F6 C9 0 2 14 2 36 56 59
Octal 373 366 311 0 2 24 2 66 126 131
Binary 11111011 11110110 11001001 0 10 10100 10 110110 1010110 1011001

Color Harmonies of #FBF6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF6C9

Black with #FBF6C9

Text Example


Text Example

White with #FBF6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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