#FB528F

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

Shades of French Rose #FB528F

Tints of French Rose #FB528F

Color information

#FB528F (or 0xFB528F) is unknown color: approx French Rose. HEX triplet: FB, 52 and 8F. RGB value is (251,82,143). Sum of RGB (Red+Green+Blue) = 251+82+143=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB528F is #04AD70. Grayscale: #8B8B8B. Windows color (decimal): -306545 or 9392891. OLE color: 9392891.

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

Color convert

RGB25182143-
CMYK00.670.430.02
HSL338.34º95.48%65.29%-
HSV(B)338.34º67.33%98.43%-
XYZ47.7628.5328.98-
YUV139.48129.99207.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.73%
GREEN value IS 82 (32.42% from 255) = 17.23%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=52.73%
G=17.23%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518214300.670.430.02338.3495.4865.29
HexFB528F0432B21525f41
Octal3731222170103532522137101
Binary11111011101001010001111010000111010111010101001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB528F; }

 p { color: rgb(251,82,143); }

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

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

 a { background-color: rgb(251,82,143); }

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

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

 span { border-color: rgb(251,82,143); }

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