Html Css Color HEX #FA8AC4 Tea Rose

📋 copy color: '#FA8AC4'

red 250 ◦ green 138 ◦ blue 196

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

Shades of Tea Rose #FA8AC4

Tints of Tea Rose #FA8AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.56%

R = 42.81%
G = 23.63%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA8AC4 (or 0xFA8AC4) is known color: Tea Rose. HEX triplet: FA, 8A and C4. RGB value is (250,138,196). Sum of RGB (Red+Green+Blue) = 250+138+196=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8AC4 is #05753B. Grayscale: #B1B1B1. Windows color (decimal): -357692 or 12880634. OLE color: 12880634.

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

Color convert

RGB 250 138 196 -
CMYK 0 0.45 0.22 0.02
HSL 328.93º 0.92% 0.76% -
HSV(B) 328.93º 0.45% 0.98% -
XYZ 58.48 42.49 57.34 -
YUV 178.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 250 138 196 0 0.45 0.22 0.02 328.93 0.92 0.76
Hex FA 8A C4 0 2D 16 2 149 5C 4C
Octal 372 212 304 0 55 26 2 511 134 114
Binary 11111010 10001010 11000100 0 101101 10110 10 101001001 1011100 1001100

Color Harmonies of #FA8AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8AC4

Black with #FA8AC4

Text Example


Text Example

White with #FA8AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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