Html Css Color HEX #FBF2C8 Corn Field

📋 copy color: '#FBF2C8'

red 251 ◦ green 242 ◦ blue 200

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

Shades of Corn Field #FBF2C8

Tints of Corn Field #FBF2C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 28.86%

R = 36.22%
G = 34.92%
B = 28.86%

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

#FBF2C8 (or 0xFBF2C8) is known color: Corn Field. HEX triplet: FB, F2 and C8. RGB value is (251,242,200). Sum of RGB (Red+Green+Blue) = 251+242+200=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 200 (78.52% from 255 or 28.86% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2C8 is #040D37. Grayscale: #F0F0F0. Windows color (decimal): -265528 or 13169403. OLE color: 13169403.

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

Color convert

RGB 251 242 200 -
CMYK 0 0.04 0.20 0.02
HSL 49.41º 0.86% 0.88% -
HSV(B) 49.41º 0.2% 0.98% -
XYZ 81.96 88.18 67.34 -
YUV 239.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 251 242 200 0 0.04 0.20 0.02 49.41 0.86 0.88
Hex FB F2 C8 0 4 14 2 31 56 58
Octal 373 362 310 0 4 24 2 61 126 130
Binary 11111011 11110010 11001000 0 100 10100 10 110001 1010110 1011000

Color Harmonies of #FBF2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2C8

Black with #FBF2C8

Text Example


Text Example

White with #FBF2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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