#FC7DCB

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

Shades of Tea Rose #FC7DCB

Tints of Tea Rose #FC7DCB

Color information

#FC7DCB (or 0xFC7DCB) is unknown color: approx Tea Rose. HEX triplet: FC, 7D and CB. RGB value is (252,125,203). Sum of RGB (Red+Green+Blue) = 252+125+203=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DCB is #038234. Grayscale: #ABABAB. Windows color (decimal): -229941 or 13336060. OLE color: 13336060.

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

Color convert

RGB252125203-
CMYK00.500.190.01
HSL323.15º95.49%73.92%-
HSV(B)323.15º50.4%98.82%-
XYZ58.2639.6761.09-
YUV171.86145.58185.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 125 (49.22% from 255) = 21.55%
BLUE value IS 203 (79.69% from 255) = 35%
R=43.45%
G=21.55%
B=35%

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
Decimal25212520300.500.190.01323.1595.4973.92
HexFC7DCB0321311435f4a
Octal374175313062231503137112
Binary11111100111110111001011011001010011110100001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7DCB; }

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

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

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

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

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

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

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

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