#FB7DCA

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

Shades of Tea Rose #FB7DCA

Tints of Tea Rose #FB7DCA

Color information

#FB7DCA (or 0xFB7DCA) is unknown color: approx Tea Rose. HEX triplet: FB, 7D and CA. RGB value is (251,125,202). Sum of RGB (Red+Green+Blue) = 251+125+202=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DCA is #048235. Grayscale: #ABABAB. Windows color (decimal): -295478 or 13270523. OLE color: 13270523.

HSL color Cylindrical-coordinate representation of color #FB7DCA: hue angle of 323.33º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7DCA is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251125202-
CMYK00.500.200.02
HSL323.33º94.03%73.73%-
HSV(B)323.33º50.2%98.43%-
XYZ57.7839.4460.44-
YUV171.45145.24184.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.43%
GREEN value IS 125 (49.22% from 255) = 21.63%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=43.43%
G=21.63%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112520200.500.200.02323.3394.0373.73
HexFB7DCA0321421435e4a
Octal373175312062242503136112
Binary111110111111101110010100110010101001010100001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DCA; }

 p { color: rgb(251,125,202); }

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

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

 a { background-color: rgb(251,125,202); }

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

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

 span { border-color: rgb(251,125,202); }

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