Html Css Color HEX #FB8AC6 Tea Rose

📋 copy color: '#FB8AC6'

red 251 ◦ green 138 ◦ blue 198

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

Shades of Tea Rose #FB8AC6

Tints of Tea Rose #FB8AC6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.51%

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

R = 42.76%
G = 23.51%
B = 33.73%

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

#FB8AC6 (or 0xFB8AC6) is known color: Tea Rose. HEX triplet: FB, 8A and C6. RGB value is (251,138,198). Sum of RGB (Red+Green+Blue) = 251+138+198=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AC6 is #047539. Grayscale: #B2B2B2. Windows color (decimal): -292154 or 13011707. OLE color: 13011707.

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

Color convert

RGB 251 138 198 -
CMYK 0 0.45 0.21 0.02
HSL 328.14º 0.93% 0.76% -
HSV(B) 328.14º 0.45% 0.98% -
XYZ 59.07 42.76 58.57 -
YUV 178.63 138.94 179.62 -
System Red Green Blue C M Y K H S L
Decimal 251 138 198 0 0.45 0.21 0.02 328.14 0.93 0.76
Hex FB 8A C6 0 2D 15 2 148 5D 4C
Octal 373 212 306 0 55 25 2 510 135 114
Binary 11111011 10001010 11000110 0 101101 10101 10 101001000 1011101 1001100

Color Harmonies of #FB8AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8AC6

Black with #FB8AC6

Text Example


Text Example

White with #FB8AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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