Html Css Color HEX #FB528D French Rose

📋 copy color: '#FB528D'

red 251 ◦ green 82 ◦ blue 141

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

Shades of French Rose #FB528D

Tints of French Rose #FB528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 52.95%
G = 17.3%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB528D (or 0xFB528D) is known color: French Rose. HEX triplet: FB, 52 and 8D. RGB value is (251,82,141). Sum of RGB (Red+Green+Blue) = 251+82+141=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB528D is #04AD72. Grayscale: #8B8B8B. Windows color (decimal): -306547 or 9261819. OLE color: 9261819.

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

Color convert

RGB 251 82 141 -
CMYK 0 0.67 0.44 0.02
HSL 339.05º 0.95% 0.65% -
HSV(B) 339.05º 0.67% 0.98% -
XYZ 47.61 28.47 28.18 -
YUV 139.26 128.99 207.7 -
System Red Green Blue C M Y K H S L
Decimal 251 82 141 0 0.67 0.44 0.02 339.05 0.95 0.65
Hex FB 52 8D 0 43 2C 2 153 5F 41
Octal 373 122 215 0 103 54 2 523 137 101
Binary 11111011 1010010 10001101 0 1000011 101100 10 101010011 1011111 1000001

Color Harmonies of #FB528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB528D

Black with #FB528D

Text Example


Text Example

White with #FB528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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