#FBDF7E

Color #FBDF7E Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #FBDF7E

Tints of Sweet Corn #FBDF7E

Color information

#FBDF7E (or 0xFBDF7E) is unknown color: approx Sweet Corn. HEX triplet: FB, DF and 7E. RGB value is (251,223,126). Sum of RGB (Red+Green+Blue) = 251+223+126=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 126 (49.61% from 255 or 21% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF7E is #042081. Grayscale: #DCDCDC. Windows color (decimal): -270466 or 8314875. OLE color: 8314875.

HSL color Cylindrical-coordinate representation of color #FBDF7E: hue angle of 46.56º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBDF7E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB251223126-
CMYK00.110.500.02
HSL46.56º93.98%73.92%-
HSV(B)46.56º49.8%98.43%-
XYZ69.9474.7930.49-
YUV220.3174.78149.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 126 (49.61% from 255) = 21%
R=41.83%
G=37.17%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122312600.110.500.0246.5693.9873.92
HexFBDF7E0B3222f5e4a
Octal37333717601362257136112
Binary11111011110111111111110010111100101010111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDF7E; }

 p { color: rgb(251,223,126); }

 H1.HeaderClassName
 {
   color: #FBDF7E;
 }
 .AnyTagClassName
 {
   color: #FBDF7E;
 }
</style>
background-color css

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

 a { background-color: rgb(251,223,126); }

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

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

 span { border-color: rgb(251,223,126); }

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