#FD7CCB

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

Shades of Tea Rose #FD7CCB

Tints of Tea Rose #FD7CCB

Color information

#FD7CCB (or 0xFD7CCB) is unknown color: approx Tea Rose. HEX triplet: FD, 7C and CB. RGB value is (253,124,203). Sum of RGB (Red+Green+Blue) = 253+124+203=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CCB is #028334. Grayscale: #ABABAB. Windows color (decimal): -164661 or 13335805. OLE color: 13335805.

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

Color convert

RGB253124203-
CMYK00.510.200.01
HSL323.26º96.99%73.92%-
HSV(B)323.26º50.99%99.22%-
XYZ58.539.6161.06-
YUV171.58145.74186.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.62%
GREEN value IS 124 (48.83% from 255) = 21.38%
BLUE value IS 203 (79.69% from 255) = 35%
R=43.62%
G=21.38%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312420300.510.200.01323.2696.9973.92
HexFD7CCB033141143614a
Octal375174313063241503141112
Binary11111101111110011001011011001110100110100001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CCB; }

 p { color: rgb(253,124,203); }

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

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

 a { background-color: rgb(253,124,203); }

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

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

 span { border-color: rgb(253,124,203); }

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