Html Css Color HEX #FB528E French Rose

📋 copy color: '#FB528E'

red 251 ◦ green 82 ◦ blue 142

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

Shades of French Rose #FB528E

Tints of French Rose #FB528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 52.84%
G = 17.26%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB528E (or 0xFB528E) is known color: French Rose. HEX triplet: FB, 52 and 8E. RGB value is (251,82,142). Sum of RGB (Red+Green+Blue) = 251+82+142=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB528E is #04AD71. Grayscale: #8B8B8B. Windows color (decimal): -306546 or 9327355. OLE color: 9327355.

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

Color convert

RGB 251 82 142 -
CMYK 0 0.67 0.43 0.02
HSL 338.7º 0.95% 0.65% -
HSV(B) 338.7º 0.67% 0.98% -
XYZ 47.68 28.5 28.58 -
YUV 139.37 129.49 207.62 -
System Red Green Blue C M Y K H S L
Decimal 251 82 142 0 0.67 0.43 0.02 338.7 0.95 0.65
Hex FB 52 8E 0 43 2B 2 153 5F 41
Octal 373 122 216 0 103 53 2 523 137 101
Binary 11111011 1010010 10001110 0 1000011 101011 10 101010011 1011111 1000001

Color Harmonies of #FB528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB528E

Black with #FB528E

Text Example


Text Example

White with #FB528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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