#FF7DCB

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

Shades of Tea Rose #FF7DCB

Tints of Tea Rose #FF7DCB

Color information

#FF7DCB (or 0xFF7DCB) is unknown color: approx Tea Rose. HEX triplet: FF, 7D and CB. RGB value is (255,125,203). Sum of RGB (Red+Green+Blue) = 255+125+203=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DCB is #008234. Grayscale: #ACACAC. Windows color (decimal): -33333 or 13336063. OLE color: 13336063.

HSL color Cylindrical-coordinate representation of color #FF7DCB: hue angle of 324º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DCB is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255125203-
CMYK00.510.200
HSL324º100%74.51%-
HSV(B)324º50.98%100%-
XYZ59.3540.2461.14-
YUV172.76145.07186.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 125 (49.22% from 255) = 21.44%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=43.74%
G=21.44%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512520300.510.20032410074.51
HexFF7DCB033140144644b
Octal377175313063240504144113
Binary11111111111110111001011011001110100010100010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DCB; }

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

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

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

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

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

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

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

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