#FBE556

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

Shades of Paris Daisy #FBE556

Tints of Paris Daisy #FBE556

Color information

#FBE556 (or 0xFBE556) is unknown color: approx Paris Daisy. HEX triplet: FB, E5 and 56. RGB value is (251,229,86). Sum of RGB (Red+Green+Blue) = 251+229+86=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 86 (33.98% from 255 or 15.19% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE556 is #041AA9. Grayscale: #DBDBDB. Windows color (decimal): -268970 or 5694971. OLE color: 5694971.

HSL color Cylindrical-coordinate representation of color #FBE556: hue angle of 52º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBE556 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB25122986-
CMYK00.090.660.02
HSL52º95.38%66.08%-
HSV(B)52º65.74%98.43%-
XYZ69.4877.2220.05-
YUV219.2852.79150.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 229 (89.84% from 255) = 40.46%
BLUE value IS 86 (33.98% from 255) = 15.19%
R=44.35%
G=40.46%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512298600.090.660.025295.3866.08
HexFBE55609422345f42
Octal373345126011102264137102
Binary111110111110010110101100100110000101011010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE556; }

 p { color: rgb(251,229,86); }

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

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

 a { background-color: rgb(251,229,86); }

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

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

 span { border-color: rgb(251,229,86); }

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