Html Css Color HEX #FB8BC5 Tea Rose

📋 copy color: '#FB8BC5'

red 251 ◦ green 139 ◦ blue 197

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

Shades of Tea Rose #FB8BC5

Tints of Tea Rose #FB8BC5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.68%

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

R = 42.76%
G = 23.68%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB8BC5 (or 0xFB8BC5) is known color: Tea Rose. HEX triplet: FB, 8B and C5. RGB value is (251,139,197). Sum of RGB (Red+Green+Blue) = 251+139+197=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BC5 is #04743A. Grayscale: #B2B2B2. Windows color (decimal): -291899 or 12946427. OLE color: 12946427.

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

Color convert

RGB 251 139 197 -
CMYK 0 0.45 0.22 0.02
HSL 328.93º 0.93% 0.76% -
HSV(B) 328.93º 0.45% 0.98% -
XYZ 59.09 43.01 58.01 -
YUV 179.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 251 139 197 0 0.45 0.22 0.02 328.93 0.93 0.76
Hex FB 8B C5 0 2D 16 2 149 5D 4C
Octal 373 213 305 0 55 26 2 511 135 114
Binary 11111011 10001011 11000101 0 101101 10110 10 101001001 1011101 1001100

Color Harmonies of #FB8BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8BC5

Black with #FB8BC5

Text Example


Text Example

White with #FB8BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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