Html Css Color HEX #FB86BC Tea Rose

📋 copy color: '#FB86BC'

red 251 ◦ green 134 ◦ blue 188

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

Shades of Tea Rose #FB86BC

Tints of Tea Rose #FB86BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.39%

 BLUE value IS 188 (73.83% from 255) = 32.81%

R = 43.8%
G = 23.39%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB86BC (or 0xFB86BC) is known color: Tea Rose. HEX triplet: FB, 86 and BC. RGB value is (251,134,188). Sum of RGB (Red+Green+Blue) = 251+134+188=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86BC is #047943. Grayscale: #AFAFAF. Windows color (decimal): -293188 or 12355323. OLE color: 12355323.

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

Color convert

RGB 251 134 188 -
CMYK 0 0.47 0.25 0.02
HSL 332.31º 0.94% 0.75% -
HSV(B) 332.31º 0.47% 0.98% -
XYZ 57.39 41.19 52.5 -
YUV 175.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 251 134 188 0 0.47 0.25 0.02 332.31 0.94 0.75
Hex FB 86 BC 0 2F 19 2 14C 5E 4B
Octal 373 206 274 0 57 31 2 514 136 113
Binary 11111011 10000110 10111100 0 101111 11001 10 101001100 1011110 1001011

Color Harmonies of #FB86BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB86BC

Black with #FB86BC

Text Example


Text Example

White with #FB86BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB86BC; }

 p { color: rgb(251,134,188); }

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

background-color css

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

 a { background-color: rgb(251,134,188); }

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

border-color css

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

 span { border-color: rgb(251,134,188); }

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