#FB528A

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

Shades of French Rose #FB528A

Tints of French Rose #FB528A

Color information

#FB528A (or 0xFB528A) is unknown color: approx French Rose. HEX triplet: FB, 52 and 8A. RGB value is (251,82,138). Sum of RGB (Red+Green+Blue) = 251+82+138=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB528A is #04AD75. Grayscale: #8A8A8A. Windows color (decimal): -306550 or 9065211. OLE color: 9065211.

HSL color Cylindrical-coordinate representation of color #FB528A: hue angle of 340.12º 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 #FB528A is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB25182138-
CMYK00.670.450.02
HSL340.12º95.48%65.29%-
HSV(B)340.12º67.33%98.43%-
XYZ47.3928.3827.02-
YUV138.92127.49207.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.29%
GREEN value IS 82 (32.42% from 255) = 17.41%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=53.29%
G=17.41%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518213800.670.450.02340.1295.4865.29
HexFB528A0432D21545f41
Octal3731222120103552524137101
Binary11111011101001010001010010000111011011010101010010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB528A; }

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

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

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

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

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

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

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

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