#FA7FCE

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

Shades of Tea Rose #FA7FCE

Tints of Tea Rose #FA7FCE

Color information

#FA7FCE (or 0xFA7FCE) is unknown color: approx Tea Rose. HEX triplet: FA, 7F and CE. RGB value is (250,127,206). Sum of RGB (Red+Green+Blue) = 250+127+206=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FCE is #058031. Grayscale: #ACACAC. Windows color (decimal): -360498 or 13533178. OLE color: 13533178.

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

Color convert

RGB250127206-
CMYK00.490.180.02
HSL321.46º92.48%73.92%-
HSV(B)321.46º49.2%98.04%-
XYZ58.1539.9663.04-
YUV172.78146.75183.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 127 (50% from 255) = 21.78%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=42.88%
G=21.78%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012720600.490.180.02321.4692.4873.92
HexFA7FCE0311221415c4a
Octal372177316061222501134112
Binary111110101111111110011100110001100101010100000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7FCE; }

 p { color: rgb(250,127,206); }

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

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

 a { background-color: rgb(250,127,206); }

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

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

 span { border-color: rgb(250,127,206); }

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