Html Css Color HEX #FB8DBB Tea Rose

📋 copy color: '#FB8DBB'

red 251 ◦ green 141 ◦ blue 187

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

Shades of Tea Rose #FB8DBB

Tints of Tea Rose #FB8DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.35%

 BLUE value IS 187 (73.44% from 255) = 32.3%

R = 43.35%
G = 24.35%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB8DBB (or 0xFB8DBB) is known color: Tea Rose. HEX triplet: FB, 8D and BB. RGB value is (251,141,187). Sum of RGB (Red+Green+Blue) = 251+141+187=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DBB is #047244. Grayscale: #B3B3B3. Windows color (decimal): -291397 or 12291579. OLE color: 12291579.

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

Color convert

RGB 251 141 187 -
CMYK 0 0.44 0.25 0.02
HSL 334.91º 0.93% 0.77% -
HSV(B) 334.91º 0.44% 0.98% -
XYZ 58.28 43.15 52.27 -
YUV 179.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 251 141 187 0 0.44 0.25 0.02 334.91 0.93 0.77
Hex FB 8D BB 0 2C 19 2 14F 5D 4D
Octal 373 215 273 0 54 31 2 517 135 115
Binary 11111011 10001101 10111011 0 101100 11001 10 101001111 1011101 1001101

Color Harmonies of #FB8DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8DBB

Black with #FB8DBB

Text Example


Text Example

White with #FB8DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8DBB; }

 p { color: rgb(251,141,187); }

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

background-color css

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

 a { background-color: rgb(251,141,187); }

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

border-color css

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

 span { border-color: rgb(251,141,187); }

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