#FB7DC2

Color #FB7DC2 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #FB7DC2

Tints of Persian Pink #FB7DC2

Color information

#FB7DC2 (or 0xFB7DC2) is unknown color: approx Persian Pink. HEX triplet: FB, 7D and C2. RGB value is (251,125,194). Sum of RGB (Red+Green+Blue) = 251+125+194=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DC2 is #04823D. Grayscale: #AAAAAA. Windows color (decimal): -295486 or 12746235. OLE color: 12746235.

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

Color convert

RGB251125194-
CMYK00.500.230.02
HSL327.14º94.03%73.73%-
HSV(B)327.14º50.2%98.43%-
XYZ56.8539.0755.58-
YUV170.54141.24185.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 125 (49.22% from 255) = 21.93%
BLUE value IS 194 (76.17% from 255) = 34.04%
R=44.04%
G=21.93%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112519400.500.230.02327.1494.0373.73
HexFB7DC20321721475e4a
Octal373175302062272507136112
Binary111110111111101110000100110010101111010100011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DC2; }

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

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

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

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

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

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

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

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