Html Css Color HEX #FB8DB9 Tea Rose

📋 copy color: '#FB8DB9'

red 251 ◦ green 141 ◦ blue 185

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

Shades of Tea Rose #FB8DB9

Tints of Tea Rose #FB8DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.06%

R = 43.5%
G = 24.44%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB8DB9 (or 0xFB8DB9) is known color: Tea Rose. HEX triplet: FB, 8D and B9. RGB value is (251,141,185). Sum of RGB (Red+Green+Blue) = 251+141+185=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DB9 is #047246. Grayscale: #B2B2B2. Windows color (decimal): -291399 or 12160507. OLE color: 12160507.

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

Color convert

RGB 251 141 185 -
CMYK 0 0.44 0.26 0.02
HSL 336º 0.93% 0.77% -
HSV(B) 336º 0.44% 0.98% -
XYZ 58.07 43.06 51.15 -
YUV 178.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 251 141 185 0 0.44 0.26 0.02 336 0.93 0.77
Hex FB 8D B9 0 2C 1A 2 150 5D 4D
Octal 373 215 271 0 54 32 2 520 135 115
Binary 11111011 10001101 10111001 0 101100 11010 10 101010000 1011101 1001101

Color Harmonies of #FB8DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8DB9

Black with #FB8DB9

Text Example


Text Example

White with #FB8DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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