#FB7DB4

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

Shades of Persian Pink #FB7DB4

Tints of Persian Pink #FB7DB4

Color information

#FB7DB4 (or 0xFB7DB4) is unknown color: approx Persian Pink. HEX triplet: FB, 7D and B4. RGB value is (251,125,180). Sum of RGB (Red+Green+Blue) = 251+125+180=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DB4 is #04824B. Grayscale: #A8A8A8. Windows color (decimal): -295500 or 11828731. OLE color: 11828731.

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

Color convert

RGB251125180-
CMYK00.500.280.02
HSL333.81º94.03%73.73%-
HSV(B)333.81º50.2%98.43%-
XYZ55.3638.4747.69-
YUV168.94134.24186.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.14%
GREEN value IS 125 (49.22% from 255) = 22.48%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=45.14%
G=22.48%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112518000.500.280.02333.8194.0373.73
HexFB7DB40321C214e5e4a
Octal373175264062342516136112
Binary111110111111101101101000110010111001010100111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DB4; }

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

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

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

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

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

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

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

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