Html Css Color HEX #FB90BE Tea Rose

📋 copy color: '#FB90BE'

red 251 ◦ green 144 ◦ blue 190

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

Shades of Tea Rose #FB90BE

Tints of Tea Rose #FB90BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.62%

 BLUE value IS 190 (74.61% from 255) = 32.48%

R = 42.91%
G = 24.62%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB90BE (or 0xFB90BE) is known color: Tea Rose. HEX triplet: FB, 90 and BE. RGB value is (251,144,190). Sum of RGB (Red+Green+Blue) = 251+144+190=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90BE is #046F41. Grayscale: #B5B5B5. Windows color (decimal): -290626 or 12488955. OLE color: 12488955.

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

Color convert

RGB 251 144 190 -
CMYK 0 0.43 0.24 0.02
HSL 334.21º 0.93% 0.77% -
HSV(B) 334.21º 0.43% 0.98% -
XYZ 59.05 44.17 54.13 -
YUV 181.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 251 144 190 0 0.43 0.24 0.02 334.21 0.93 0.77
Hex FB 90 BE 0 2B 18 2 14E 5D 4D
Octal 373 220 276 0 53 30 2 516 135 115
Binary 11111011 10010000 10111110 0 101011 11000 10 101001110 1011101 1001101

Color Harmonies of #FB90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB90BE

Black with #FB90BE

Text Example


Text Example

White with #FB90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB90BE; }

 p { color: rgb(251,144,190); }

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

background-color css

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

 a { background-color: rgb(251,144,190); }

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

border-color css

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

 span { border-color: rgb(251,144,190); }

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