#FBFF7D

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

Shades of Dolly #FBFF7D

Tints of Dolly #FBFF7D

Color information

#FBFF7D (or 0xFBFF7D) is unknown color: approx Dolly. HEX triplet: FB, FF and 7D. RGB value is (251,255,125). Sum of RGB (Red+Green+Blue) = 251+255+125=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 125 (49.22% from 255 or 19.81% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF7D is #040082. Grayscale: #EFEFEF. Windows color (decimal): -262275 or 8257531. OLE color: 8257531.

HSL color Cylindrical-coordinate representation of color #FBFF7D: hue angle of 61.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBFF7D is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB251255125-
CMYK0.0200.510
HSL61.85º100%74.51%-
HSV(B)61.85º50.98%100%-
XYZ79.2593.5133.27-
YUV238.9863.67136.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 125 (49.22% from 255) = 19.81%
R=39.78%
G=40.41%
B=19.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551250.0200.51061.8510074.51
HexFBFF7D203303e644b
Octal3733771752063076144113
Binary11111011111111111111101100110011011111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFF7D; }

 p { color: rgb(251,255,125); }

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

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

 a { background-color: rgb(251,255,125); }

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

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

 span { border-color: rgb(251,255,125); }

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