Html Css Color HEX #FA8ABB Tea Rose

📋 copy color: '#FA8ABB'

red 250 ◦ green 138 ◦ blue 187

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

Shades of Tea Rose #FA8ABB

Tints of Tea Rose #FA8ABB

RGB

 RED value IS 250 (98.05% from 255) = 43.48%

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

 BLUE value IS 187 (73.44% from 255) = 32.52%

R = 43.48%
G = 24%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA8ABB (or 0xFA8ABB) is known color: Tea Rose. HEX triplet: FA, 8A and BB. RGB value is (250,138,187). Sum of RGB (Red+Green+Blue) = 250+138+187=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ABB is #057544. Grayscale: #B0B0B0. Windows color (decimal): -357701 or 12290810. OLE color: 12290810.

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

Color convert

RGB 250 138 187 -
CMYK 0 0.45 0.25 0.02
HSL 333.75º 0.92% 0.76% -
HSV(B) 333.75º 0.45% 0.98% -
XYZ 57.48 42.09 52.11 -
YUV 177.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 250 138 187 0 0.45 0.25 0.02 333.75 0.92 0.76
Hex FA 8A BB 0 2D 19 2 14E 5C 4C
Octal 372 212 273 0 55 31 2 516 134 114
Binary 11111010 10001010 10111011 0 101101 11001 10 101001110 1011100 1001100

Color Harmonies of #FA8ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8ABB

Black with #FA8ABB

Text Example


Text Example

White with #FA8ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8ABB; }

 p { color: rgb(250,138,187); }

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

background-color css

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

 a { background-color: rgb(250,138,187); }

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

border-color css

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

 span { border-color: rgb(250,138,187); }

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