#FD7BBB

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

Shades of Persian Pink #FD7BBB

Tints of Persian Pink #FD7BBB

Color information

#FD7BBB (or 0xFD7BBB) is unknown color: approx Persian Pink. HEX triplet: FD, 7B and BB. RGB value is (253,123,187). Sum of RGB (Red+Green+Blue) = 253+123+187=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7BBB is #028444. Grayscale: #A9A9A9. Windows color (decimal): -164933 or 12286973. OLE color: 12286973.

HSL color Cylindrical-coordinate representation of color #FD7BBB: hue angle of 330.46º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7BBB is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253123187-
CMYK00.510.260.01
HSL330.46º97.01%73.73%-
HSV(B)330.46º51.38%99.22%-
XYZ56.5638.6451.49-
YUV169.17138.07187.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 123 (48.44% from 255) = 21.85%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=44.94%
G=21.85%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312318700.510.260.01330.4697.0173.73
HexFD7BBB0331A114a614a
Octal375173273063321512141112
Binary11111101111101110111011011001111010110100101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7BBB; }

 p { color: rgb(253,123,187); }

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

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

 a { background-color: rgb(253,123,187); }

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

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

 span { border-color: rgb(253,123,187); }

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