Html Css Color HEX #FB528B French Rose

📋 copy color: '#FB528B'

red 251 ◦ green 82 ◦ blue 139

#FB528B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #FB528B

Tints of French Rose #FB528B

RGB

 RED value IS 251 (98.44% from 255) = 53.18%

 GREEN value IS 82 (32.42% from 255) = 17.37%

 BLUE value IS 139 (54.69% from 255) = 29.45%

R = 53.18%
G = 17.37%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB528B (or 0xFB528B) is known color: French Rose. HEX triplet: FB, 52 and 8B. RGB value is (251,82,139). Sum of RGB (Red+Green+Blue) = 251+82+139=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB528B is #04AD74. Grayscale: #8A8A8A. Windows color (decimal): -306549 or 9130747. OLE color: 9130747.

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

Color convert

RGB 251 82 139 -
CMYK 0 0.67 0.45 0.02
HSL 339.76º 0.95% 0.65% -
HSV(B) 339.76º 0.67% 0.98% -
XYZ 47.46 28.41 27.41 -
YUV 139.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 251 82 139 0 0.67 0.45 0.02 339.76 0.95 0.65
Hex FB 52 8B 0 43 2D 2 154 5F 41
Octal 373 122 213 0 103 55 2 524 137 101
Binary 11111011 1010010 10001011 0 1000011 101101 10 101010100 1011111 1000001

Color Harmonies of #FB528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB528B

Black with #FB528B

Text Example


Text Example

White with #FB528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB528B; }

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

 H1.HeaderClassName
 {
   color: #FB528B;
 }
 .AnyTagClassName
 {
   color: #FB528B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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