Html Css Color HEX #FB558B French Rose

📋 copy color: '#FB558B'

red 251 ◦ green 85 ◦ blue 139

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

Shades of French Rose #FB558B

Tints of French Rose #FB558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.89%

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

R = 52.84%
G = 17.89%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB558B (or 0xFB558B) is known color: French Rose. HEX triplet: FB, 55 and 8B. RGB value is (251,85,139). Sum of RGB (Red+Green+Blue) = 251+85+139=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB558B is #04AA74. Grayscale: #8C8C8C. Windows color (decimal): -305781 or 9131515. OLE color: 9131515.

HSL color Cylindrical-coordinate representation of color #FB558B: hue angle of 340.48º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB558B is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 85 139 -
CMYK 0 0.66 0.45 0.02
HSL 340.48º 0.95% 0.66% -
HSV(B) 340.48º 0.66% 0.98% -
XYZ 47.69 28.87 27.48 -
YUV 140.79 127 206.61 -
System Red Green Blue C M Y K H S L
Decimal 251 85 139 0 0.66 0.45 0.02 340.48 0.95 0.66
Hex FB 55 8B 0 42 2D 2 154 5F 42
Octal 373 125 213 0 102 55 2 524 137 102
Binary 11111011 1010101 10001011 0 1000010 101101 10 101010100 1011111 1000010

Color Harmonies of #FB558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB558B

Black with #FB558B

Text Example


Text Example

White with #FB558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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