#FC7FCB

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

Shades of Tea Rose #FC7FCB

Tints of Tea Rose #FC7FCB

Color information

#FC7FCB (or 0xFC7FCB) is unknown color: approx Tea Rose. HEX triplet: FC, 7F and CB. RGB value is (252,127,203). Sum of RGB (Red+Green+Blue) = 252+127+203=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FCB is #038034. Grayscale: #ACACAC. Windows color (decimal): -229429 or 13336572. OLE color: 13336572.

HSL color Cylindrical-coordinate representation of color #FC7FCB: hue angle of 323.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FCB is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252127203-
CMYK00.500.190.01
HSL323.52º95.42%74.31%-
HSV(B)323.52º49.6%98.82%-
XYZ58.5140.1961.17-
YUV173.04144.91184.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 127 (50% from 255) = 21.82%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=43.30%
G=21.82%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212720300.500.190.01323.5295.4274.31
HexFC7FCB0321311445f4a
Octal374177313062231504137112
Binary11111100111111111001011011001010011110100010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FCB; }

 p { color: rgb(252,127,203); }

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

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

 a { background-color: rgb(252,127,203); }

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

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

 span { border-color: rgb(252,127,203); }

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