Html Css Color HEX #FB88BF Tea Rose

📋 copy color: '#FB88BF'

red 251 ◦ green 136 ◦ blue 191

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

Shades of Tea Rose #FB88BF

Tints of Tea Rose #FB88BF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.53%

 BLUE value IS 191 (75% from 255) = 33.04%

R = 43.43%
G = 23.53%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB88BF (or 0xFB88BF) is known color: Tea Rose. HEX triplet: FB, 88 and BF. RGB value is (251,136,191). Sum of RGB (Red+Green+Blue) = 251+136+191=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88BF is #047740. Grayscale: #B0B0B0. Windows color (decimal): -292673 or 12552443. OLE color: 12552443.

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

Color convert

RGB 251 136 191 -
CMYK 0 0.46 0.24 0.02
HSL 331.3º 0.93% 0.76% -
HSV(B) 331.3º 0.46% 0.98% -
XYZ 57.99 41.88 54.32 -
YUV 176.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 251 136 191 0 0.46 0.24 0.02 331.3 0.93 0.76
Hex FB 88 BF 0 2E 18 2 14B 5D 4C
Octal 373 210 277 0 56 30 2 513 135 114
Binary 11111011 10001000 10111111 0 101110 11000 10 101001011 1011101 1001100

Color Harmonies of #FB88BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB88BF

Black with #FB88BF

Text Example


Text Example

White with #FB88BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB88BF; }

 p { color: rgb(251,136,191); }

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

background-color css

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

 a { background-color: rgb(251,136,191); }

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

border-color css

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

 span { border-color: rgb(251,136,191); }

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