Html Css Color HEX #FB4C8B French Rose

📋 copy color: '#FB4C8B'

red 251 ◦ green 76 ◦ blue 139

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

Shades of French Rose #FB4C8B

Tints of French Rose #FB4C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.31%

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

R = 53.86%
G = 16.31%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB4C8B (or 0xFB4C8B) is known color: French Rose. HEX triplet: FB, 4C and 8B. RGB value is (251,76,139). Sum of RGB (Red+Green+Blue) = 251+76+139=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4C8B is #04B374. Grayscale: #878787. Windows color (decimal): -308085 or 9129211. OLE color: 9129211.

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

Color convert

RGB 251 76 139 -
CMYK 0 0.70 0.45 0.02
HSL 338.4º 0.96% 0.64% -
HSV(B) 338.4º 0.7% 0.98% -
XYZ 47.03 27.54 27.26 -
YUV 135.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 251 76 139 0 0.70 0.45 0.02 338.4 0.96 0.64
Hex FB 4C 8B 0 46 2D 2 152 60 40
Octal 373 114 213 0 106 55 2 522 140 100
Binary 11111011 1001100 10001011 0 1000110 101101 10 101010010 1100000 1000000

Color Harmonies of #FB4C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4C8B

Black with #FB4C8B

Text Example


Text Example

White with #FB4C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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