#FB7DC4

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

Shades of Tea Rose #FB7DC4

Tints of Tea Rose #FB7DC4

Color information

#FB7DC4 (or 0xFB7DC4) is unknown color: approx Tea Rose. HEX triplet: FB, 7D and C4. RGB value is (251,125,196). Sum of RGB (Red+Green+Blue) = 251+125+196=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DC4 is #04823B. Grayscale: #AAAAAA. Windows color (decimal): -295484 or 12877307. OLE color: 12877307.

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

Color convert

RGB251125196-
CMYK00.500.220.02
HSL326.19º94.03%73.73%-
HSV(B)326.19º50.2%98.43%-
XYZ57.0839.1656.78-
YUV170.77142.24185.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 125 (49.22% from 255) = 21.85%
BLUE value IS 196 (76.95% from 255) = 34.27%
R=43.88%
G=21.85%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112519600.500.220.02326.1994.0373.73
HexFB7DC40321621465e4a
Octal373175304062262506136112
Binary111110111111101110001000110010101101010100011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DC4; }

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

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

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

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

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

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

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

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