#FB7CBF

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

Shades of Persian Pink #FB7CBF

Tints of Persian Pink #FB7CBF

Color information

#FB7CBF (or 0xFB7CBF) is unknown color: approx Persian Pink. HEX triplet: FB, 7C and BF. RGB value is (251,124,191). Sum of RGB (Red+Green+Blue) = 251+124+191=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CBF is #048340. Grayscale: #A9A9A9. Windows color (decimal): -295745 or 12549371. OLE color: 12549371.

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

Color convert

RGB251124191-
CMYK00.510.240.02
HSL328.35º94.07%73.53%-
HSV(B)328.35º50.6%98.43%-
XYZ56.438.6953.79-
YUV169.61140.08186.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 124 (48.83% from 255) = 21.91%
BLUE value IS 191 (75% from 255) = 33.75%
R=44.35%
G=21.91%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112419100.510.240.02328.3594.0773.53
HexFB7CBF0331821485e4a
Octal373174277063302510136112
Binary111110111111100101111110110011110001010100100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7CBF; }

 p { color: rgb(251,124,191); }

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

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

 a { background-color: rgb(251,124,191); }

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

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

 span { border-color: rgb(251,124,191); }

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