#FBFE7B

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

Shades of Dolly #FBFE7B

Tints of Dolly #FBFE7B

Color information

#FBFE7B (or 0xFBFE7B) is unknown color: approx Dolly. HEX triplet: FB, FE and 7B. RGB value is (251,254,123). Sum of RGB (Red+Green+Blue) = 251+254+123=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 123 (48.44% from 255 or 19.59% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFE7B is #040184. Grayscale: #EEEEEE. Windows color (decimal): -262533 or 8126203. OLE color: 8126203.

HSL color Cylindrical-coordinate representation of color #FBFE7B: hue angle of 61.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBFE7B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB251254123-
CMYK0.0100.520.00
HSL61.37º98.5%73.92%-
HSV(B)61.37º51.57%99.61%-
XYZ78.892.8232.5-
YUV238.1763.01137.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 123 (48.44% from 255) = 19.59%
R=39.97%
G=40.45%
B=19.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512541230.0100.520.0061.3798.573.92
HexFBFE7B103403d624a
Octal3733761731064075142112
Binary1111101111111110111101110110100011110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFE7B; }

 p { color: rgb(251,254,123); }

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

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

 a { background-color: rgb(251,254,123); }

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

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

 span { border-color: rgb(251,254,123); }

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