Html Css Color HEX #FB7BC5 Tea Rose

📋 copy color: '#FB7BC5'

red 251 ◦ green 123 ◦ blue 197

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

Shades of Tea Rose #FB7BC5

Tints of Tea Rose #FB7BC5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.54%

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 43.96%
G = 21.54%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB7BC5 (or 0xFB7BC5) is known color: Tea Rose. HEX triplet: FB, 7B and C5. RGB value is (251,123,197). Sum of RGB (Red+Green+Blue) = 251+123+197=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BC5 is #04843A. Grayscale: #A9A9A9. Windows color (decimal): -295995 or 12942331. OLE color: 12942331.

HSL color Cylindrical-coordinate representation of color #FB7BC5: hue angle of 325.31º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7BC5 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 123 197 -
CMYK 0 0.51 0.22 0.02
HSL 325.31º 0.94% 0.73% -
HSV(B) 325.31º 0.51% 0.98% -
XYZ 56.94 38.71 57.29 -
YUV 169.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 251 123 197 0 0.51 0.22 0.02 325.31 0.94 0.73
Hex FB 7B C5 0 33 16 2 145 5E 49
Octal 373 173 305 0 63 26 2 505 136 111
Binary 11111011 1111011 11000101 0 110011 10110 10 101000101 1011110 1001001

Color Harmonies of #FB7BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7BC5

Black with #FB7BC5

Text Example


Text Example

White with #FB7BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7BC5; }

 p { color: rgb(251,123,197); }

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

background-color css

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

 a { background-color: rgb(251,123,197); }

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

border-color css

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

 span { border-color: rgb(251,123,197); }

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