Html Css Color HEX #FBF2C9 Corn Field

📋 copy color: '#FBF2C9'

red 251 ◦ green 242 ◦ blue 201

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

Shades of Corn Field #FBF2C9

Tints of Corn Field #FBF2C9

RGB

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

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

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

R = 36.17%
G = 34.87%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBF2C9 (or 0xFBF2C9) is known color: Corn Field. HEX triplet: FB, F2 and C9. RGB value is (251,242,201). Sum of RGB (Red+Green+Blue) = 251+242+201=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 201 (78.91% from 255 or 28.96% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2C9 is #040D36. Grayscale: #F0F0F0. Windows color (decimal): -265527 or 13234939. OLE color: 13234939.

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

Color convert

RGB 251 242 201 -
CMYK 0 0.04 0.20 0.02
HSL 49.2º 0.86% 0.89% -
HSV(B) 49.2º 0.2% 0.98% -
XYZ 82.08 88.23 67.96 -
YUV 240.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 251 242 201 0 0.04 0.20 0.02 49.2 0.86 0.89
Hex FB F2 C9 0 4 14 2 31 56 59
Octal 373 362 311 0 4 24 2 61 126 131
Binary 11111011 11110010 11001001 0 100 10100 10 110001 1010110 1011001

Color Harmonies of #FBF2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2C9

Black with #FBF2C9

Text Example


Text Example

White with #FBF2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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