#FA8CCB

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

Shades of Tea Rose #FA8CCB

Tints of Tea Rose #FA8CCB

Color information

#FA8CCB (or 0xFA8CCB) is unknown color: approx Tea Rose. HEX triplet: FA, 8C and CB. RGB value is (250,140,203). Sum of RGB (Red+Green+Blue) = 250+140+203=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CCB is #057334. Grayscale: #B3B3B3. Windows color (decimal): -357173 or 13339898. OLE color: 13339898.

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

Color convert

RGB250140203-
CMYK00.440.190.02
HSL325.64º91.67%76.47%-
HSV(B)325.64º44%98.04%-
XYZ59.5843.3961.74-
YUV180.07140.94177.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 140 (55.08% from 255) = 23.61%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=42.16%
G=23.61%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014020300.440.190.02325.6491.6776.47
HexFA8CCB02C1321465c4c
Octal372214313054232506134114
Binary1111101010001100110010110101100100111010100011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CCB; }

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

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

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

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

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

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

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

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