Html Css Color HEX #FB8BC6 Tea Rose

📋 copy color: '#FB8BC6'

red 251 ◦ green 139 ◦ blue 198

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

Shades of Tea Rose #FB8BC6

Tints of Tea Rose #FB8BC6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.64%

 BLUE value IS 198 (77.73% from 255) = 33.67%

R = 42.69%
G = 23.64%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FB8BC6 (or 0xFB8BC6) is known color: Tea Rose. HEX triplet: FB, 8B and C6. RGB value is (251,139,198). Sum of RGB (Red+Green+Blue) = 251+139+198=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BC6 is #047439. Grayscale: #B3B3B3. Windows color (decimal): -291898 or 13011963. OLE color: 13011963.

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

Color convert

RGB 251 139 198 -
CMYK 0 0.45 0.21 0.02
HSL 328.39º 0.93% 0.76% -
HSV(B) 328.39º 0.45% 0.98% -
XYZ 59.21 43.05 58.62 -
YUV 179.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 251 139 198 0 0.45 0.21 0.02 328.39 0.93 0.76
Hex FB 8B C6 0 2D 15 2 148 5D 4C
Octal 373 213 306 0 55 25 2 510 135 114
Binary 11111011 10001011 11000110 0 101101 10101 10 101001000 1011101 1001100

Color Harmonies of #FB8BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8BC6

Black with #FB8BC6

Text Example


Text Example

White with #FB8BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8BC6; }

 p { color: rgb(251,139,198); }

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

background-color css

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

 a { background-color: rgb(251,139,198); }

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

border-color css

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

 span { border-color: rgb(251,139,198); }

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