Html Css Color HEX #FA8ACC Tea Rose

📋 copy color: '#FA8ACC'

red 250 ◦ green 138 ◦ blue 204

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

Shades of Tea Rose #FA8ACC

Tints of Tea Rose #FA8ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.46%

R = 42.23%
G = 23.31%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA8ACC (or 0xFA8ACC) is known color: Tea Rose. HEX triplet: FA, 8A and CC. RGB value is (250,138,204). Sum of RGB (Red+Green+Blue) = 250+138+204=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ACC is #057533. Grayscale: #B2B2B2. Windows color (decimal): -357684 or 13404922. OLE color: 13404922.

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

Color convert

RGB 250 138 204 -
CMYK 0 0.45 0.18 0.02
HSL 324.64º 0.92% 0.76% -
HSV(B) 324.64º 0.45% 0.98% -
XYZ 59.41 42.86 62.27 -
YUV 179.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 250 138 204 0 0.45 0.18 0.02 324.64 0.92 0.76
Hex FA 8A CC 0 2D 12 2 145 5C 4C
Octal 372 212 314 0 55 22 2 505 134 114
Binary 11111010 10001010 11001100 0 101101 10010 10 101000101 1011100 1001100

Color Harmonies of #FA8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8ACC

Black with #FA8ACC

Text Example


Text Example

White with #FA8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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