#FB7EC9

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

Shades of Tea Rose #FB7EC9

Tints of Tea Rose #FB7EC9

Color information

#FB7EC9 (or 0xFB7EC9) is unknown color: approx Tea Rose. HEX triplet: FB, 7E and C9. RGB value is (251,126,201). Sum of RGB (Red+Green+Blue) = 251+126+201=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7EC9 is #048136. Grayscale: #ABABAB. Windows color (decimal): -295223 or 13205243. OLE color: 13205243.

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

Color convert

RGB251126201-
CMYK00.500.200.02
HSL324º93.98%73.92%-
HSV(B)324º49.8%98.43%-
XYZ57.7939.6559.87-
YUV171.92144.41184.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.43%
GREEN value IS 126 (49.61% from 255) = 21.80%
BLUE value IS 201 (78.91% from 255) = 34.78%
R=43.43%
G=21.80%
B=34.78%

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
Decimal25112620100.500.200.0232493.9873.92
HexFB7EC90321421445e4a
Octal373176311062242504136112
Binary111110111111110110010010110010101001010100010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7EC9; }

 p { color: rgb(251,126,201); }

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

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

 a { background-color: rgb(251,126,201); }

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

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

 span { border-color: rgb(251,126,201); }

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