#FD7DC4

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

Shades of Tea Rose #FD7DC4

Tints of Tea Rose #FD7DC4

Color information

#FD7DC4 (or 0xFD7DC4) is unknown color: approx Tea Rose. HEX triplet: FD, 7D and C4. RGB value is (253,125,196). Sum of RGB (Red+Green+Blue) = 253+125+196=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DC4 is #02823B. Grayscale: #ABABAB. Windows color (decimal): -164412 or 12877309. OLE color: 12877309.

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

Color convert

RGB253125196-
CMYK00.510.230.01
HSL326.72º96.97%74.12%-
HSV(B)326.72º50.59%99.22%-
XYZ57.8139.5456.81-
YUV171.37141.91186.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 125 (49.22% from 255) = 21.78%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=44.08%
G=21.78%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312519600.510.230.01326.7296.9774.12
HexFD7DC4033171147614a
Octal375175304063271507141112
Binary11111101111110111000100011001110111110100011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7DC4; }

 p { color: rgb(253,125,196); }

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

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

 a { background-color: rgb(253,125,196); }

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

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

 span { border-color: rgb(253,125,196); }

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