Html Css Color HEX #FB8BBA Tea Rose

📋 copy color: '#FB8BBA'

red 251 ◦ green 139 ◦ blue 186

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

Shades of Tea Rose #FB8BBA

Tints of Tea Rose #FB8BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 43.58%
G = 24.13%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB8BBA (or 0xFB8BBA) is known color: Tea Rose. HEX triplet: FB, 8B and BA. RGB value is (251,139,186). Sum of RGB (Red+Green+Blue) = 251+139+186=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BBA is #047445. Grayscale: #B1B1B1. Windows color (decimal): -291910 or 12225531. OLE color: 12225531.

HSL color Cylindrical-coordinate representation of color #FB8BBA: hue angle of 334.82º 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 #FB8BBA is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 139 186 -
CMYK 0 0.45 0.26 0.02
HSL 334.82º 0.93% 0.76% -
HSV(B) 334.82º 0.45% 0.98% -
XYZ 57.88 42.52 51.61 -
YUV 177.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 251 139 186 0 0.45 0.26 0.02 334.82 0.93 0.76
Hex FB 8B BA 0 2D 1A 2 14F 5D 4C
Octal 373 213 272 0 55 32 2 517 135 114
Binary 11111011 10001011 10111010 0 101101 11010 10 101001111 1011101 1001100

Color Harmonies of #FB8BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8BBA

Black with #FB8BBA

Text Example


Text Example

White with #FB8BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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