Html Css Color HEX #FB85BE Tea Rose

📋 copy color: '#FB85BE'

red 251 ◦ green 133 ◦ blue 190

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

Shades of Tea Rose #FB85BE

Tints of Tea Rose #FB85BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.17%

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

R = 43.73%
G = 23.17%
B = 33.1%

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

#FB85BE (or 0xFB85BE) is known color: Tea Rose. HEX triplet: FB, 85 and BE. RGB value is (251,133,190). Sum of RGB (Red+Green+Blue) = 251+133+190=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85BE is #047A41. Grayscale: #AEAEAE. Windows color (decimal): -293442 or 12486139. OLE color: 12486139.

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

Color convert

RGB 251 133 190 -
CMYK 0 0.47 0.24 0.02
HSL 331.02º 0.94% 0.75% -
HSV(B) 331.02º 0.47% 0.98% -
XYZ 57.47 41 53.6 -
YUV 174.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 251 133 190 0 0.47 0.24 0.02 331.02 0.94 0.75
Hex FB 85 BE 0 2F 18 2 14B 5E 4B
Octal 373 205 276 0 57 30 2 513 136 113
Binary 11111011 10000101 10111110 0 101111 11000 10 101001011 1011110 1001011

Color Harmonies of #FB85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85BE

Black with #FB85BE

Text Example


Text Example

White with #FB85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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