Html Css Color HEX #FD7DB2 Persian Pink

📋 copy color: '#FD7DB2'

red 253 ◦ green 125 ◦ blue 178

#FD7DB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #FD7DB2

Tints of Persian Pink #FD7DB2

RGB

 RED value IS 253 (99.22% from 255) = 45.5%

 GREEN value IS 125 (49.22% from 255) = 22.48%

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 45.5%
G = 22.48%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD7DB2 (or 0xFD7DB2) is known color: Persian Pink. HEX triplet: FD, 7D and B2. RGB value is (253,125,178). Sum of RGB (Red+Green+Blue) = 253+125+178=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7DB2 is #02824D. Grayscale: #A9A9A9. Windows color (decimal): -164430 or 11697661. OLE color: 11697661.

HSL color Cylindrical-coordinate representation of color #FD7DB2: hue angle of 335.16º 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 #FD7DB2 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 125 178 -
CMYK 0 0.51 0.30 0.01
HSL 335.16º 0.97% 0.74% -
HSV(B) 335.16º 0.51% 0.99% -
XYZ 55.88 38.76 46.66 -
YUV 169.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 253 125 178 0 0.51 0.30 0.01 335.16 0.97 0.74
Hex FD 7D B2 0 33 1E 1 14F 61 4A
Octal 375 175 262 0 63 36 1 517 141 112
Binary 11111101 1111101 10110010 0 110011 11110 1 101001111 1100001 1001010

Color Harmonies of #FD7DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7DB2

Black with #FD7DB2

Text Example


Text Example

White with #FD7DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7DB2; }

 p { color: rgb(253,125,178); }

 H1.HeaderClassName
 {
   color: #FD7DB2;
 }
 .AnyTagClassName
 {
   color: #FD7DB2;
 }
</style>

background-color css

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

 a { background-color: rgb(253,125,178); }

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

border-color css

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

 span { border-color: rgb(253,125,178); }

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