#FA8CC4

Color #FA8CC4 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FA8CC4

Tints of Tea Rose #FA8CC4

Color information

#FA8CC4 (or 0xFA8CC4) is unknown color: approx Tea Rose. HEX triplet: FA, 8C and C4. RGB value is (250,140,196). Sum of RGB (Red+Green+Blue) = 250+140+196=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CC4 is #05733B. Grayscale: #B3B3B3. Windows color (decimal): -357180 or 12881146. OLE color: 12881146.

HSL color Cylindrical-coordinate representation of color #FA8CC4: hue angle of 329.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8CC4 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250140196-
CMYK00.440.220.02
HSL329.45º91.67%76.47%-
HSV(B)329.45º44%98.04%-
XYZ58.7743.0757.44-
YUV179.27137.44178.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 140 (55.08% from 255) = 23.89%
BLUE value IS 196 (76.95% from 255) = 33.45%
R=42.66%
G=23.89%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014019600.440.220.02329.4591.6776.47
HexFA8CC402C1621495c4c
Octal372214304054262511134114
Binary1111101010001100110001000101100101101010100100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CC4; }

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

 H1.HeaderClassName
 {
   color: #FA8CC4;
 }
 .AnyTagClassName
 {
   color: #FA8CC4;
 }
</style>
background-color css

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

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

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

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

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

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