Html Css Color HEX #FB8AC2 Tea Rose

📋 copy color: '#FB8AC2'

red 251 ◦ green 138 ◦ blue 194

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

Shades of Tea Rose #FB8AC2

Tints of Tea Rose #FB8AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.28%

R = 43.05%
G = 23.67%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB8AC2 (or 0xFB8AC2) is known color: Tea Rose. HEX triplet: FB, 8A and C2. RGB value is (251,138,194). Sum of RGB (Red+Green+Blue) = 251+138+194=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AC2 is #04753D. Grayscale: #B2B2B2. Windows color (decimal): -292158 or 12749563. OLE color: 12749563.

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

Color convert

RGB 251 138 194 -
CMYK 0 0.45 0.23 0.02
HSL 330.27º 0.93% 0.76% -
HSV(B) 330.27º 0.45% 0.98% -
XYZ 58.61 42.58 56.17 -
YUV 178.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 251 138 194 0 0.45 0.23 0.02 330.27 0.93 0.76
Hex FB 8A C2 0 2D 17 2 14A 5D 4C
Octal 373 212 302 0 55 27 2 512 135 114
Binary 11111011 10001010 11000010 0 101101 10111 10 101001010 1011101 1001100

Color Harmonies of #FB8AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8AC2

Black with #FB8AC2

Text Example


Text Example

White with #FB8AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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