Html Css Color HEX #FB84BE Tea Rose

📋 copy color: '#FB84BE'

red 251 ◦ green 132 ◦ blue 190

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

Shades of Tea Rose #FB84BE

Tints of Tea Rose #FB84BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.04%

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

R = 43.8%
G = 23.04%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB84BE (or 0xFB84BE) is known color: Tea Rose. HEX triplet: FB, 84 and BE. RGB value is (251,132,190). Sum of RGB (Red+Green+Blue) = 251+132+190=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84BE is #047B41. Grayscale: #AEAEAE. Windows color (decimal): -293698 or 12485883. OLE color: 12485883.

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

Color convert

RGB 251 132 190 -
CMYK 0 0.47 0.24 0.02
HSL 330.76º 0.94% 0.75% -
HSV(B) 330.76º 0.47% 0.98% -
XYZ 57.33 40.73 53.56 -
YUV 174.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 251 132 190 0 0.47 0.24 0.02 330.76 0.94 0.75
Hex FB 84 BE 0 2F 18 2 14B 5E 4B
Octal 373 204 276 0 57 30 2 513 136 113
Binary 11111011 10000100 10111110 0 101111 11000 10 101001011 1011110 1001011

Color Harmonies of #FB84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB84BE

Black with #FB84BE

Text Example


Text Example

White with #FB84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB84BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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