#FC528B

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

Shades of French Rose #FC528B

Tints of French Rose #FC528B

Color information

#FC528B (or 0xFC528B) is unknown color: approx French Rose. HEX triplet: FC, 52 and 8B. RGB value is (252,82,139). Sum of RGB (Red+Green+Blue) = 252+82+139=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC528B is #03AD74. Grayscale: #8B8B8B. Windows color (decimal): -241013 or 9130748. OLE color: 9130748.

HSL color Cylindrical-coordinate representation of color #FC528B: hue angle of 339.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC528B is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB25282139-
CMYK00.670.450.01
HSL339.88º96.59%65.49%-
HSV(B)339.88º67.46%98.82%-
XYZ47.8228.5927.42-
YUV139.33127.82208.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.28%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=53.28%
G=17.34%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528213900.670.450.01339.8896.5965.49
HexFC528B0432D11546141
Octal3741222130103551524141101
Binary1111110010100101000101101000011101101110101010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC528B; }

 p { color: rgb(252,82,139); }

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

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

 a { background-color: rgb(252,82,139); }

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

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

 span { border-color: rgb(252,82,139); }

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