Html Css Color HEX #FB4D8C French Rose

📋 copy color: '#FB4D8C'

red 251 ◦ green 77 ◦ blue 140

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

Shades of French Rose #FB4D8C

Tints of French Rose #FB4D8C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.45%

 BLUE value IS 140 (55.08% from 255) = 29.91%

R = 53.63%
G = 16.45%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB4D8C (or 0xFB4D8C) is known color: French Rose. HEX triplet: FB, 4D and 8C. RGB value is (251,77,140). Sum of RGB (Red+Green+Blue) = 251+77+140=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4D8C is #04B273. Grayscale: #888888. Windows color (decimal): -307828 or 9195003. OLE color: 9195003.

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

Color convert

RGB 251 77 140 -
CMYK 0 0.69 0.44 0.02
HSL 338.28º 0.96% 0.64% -
HSV(B) 338.28º 0.69% 0.98% -
XYZ 47.17 27.71 27.67 -
YUV 136.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 251 77 140 0 0.69 0.44 0.02 338.28 0.96 0.64
Hex FB 4D 8C 0 45 2C 2 152 60 40
Octal 373 115 214 0 105 54 2 522 140 100
Binary 11111011 1001101 10001100 0 1000101 101100 10 101010010 1100000 1000000

Color Harmonies of #FB4D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4D8C

Black with #FB4D8C

Text Example


Text Example

White with #FB4D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4D8C; }

 p { color: rgb(251,77,140); }

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

background-color css

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

 a { background-color: rgb(251,77,140); }

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

border-color css

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

 span { border-color: rgb(251,77,140); }

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