#FB84CF

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

Shades of Tea Rose #FB84CF

Tints of Tea Rose #FB84CF

Color information

#FB84CF (or 0xFB84CF) is unknown color: approx Tea Rose. HEX triplet: FB, 84 and CF. RGB value is (251,132,207). Sum of RGB (Red+Green+Blue) = 251+132+207=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84CF is #047B30. Grayscale: #AFAFAF. Windows color (decimal): -293681 or 13599995. OLE color: 13599995.

HSL color Cylindrical-coordinate representation of color #FB84CF: hue angle of 322.18º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB84CF is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251132207-
CMYK00.470.180.02
HSL322.18º93.7%75.1%-
HSV(B)322.18º47.41%98.43%-
XYZ59.341.5263.92-
YUV176.13145.42181.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 132 (51.95% from 255) = 22.37%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=42.54%
G=22.37%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113220700.470.180.02322.1893.775.1
HexFB84CF02F1221425e4b
Octal373204317057222502136113
Binary1111101110000100110011110101111100101010100001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB84CF; }

 p { color: rgb(251,132,207); }

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

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

 a { background-color: rgb(251,132,207); }

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

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

 span { border-color: rgb(251,132,207); }

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