Html Css Color HEX #FD7DB4 Persian Pink

📋 copy color: '#FD7DB4'

red 253 ◦ green 125 ◦ blue 180

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

Shades of Persian Pink #FD7DB4

Tints of Persian Pink #FD7DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.26%

R = 45.34%
G = 22.4%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FD7DB4 (or 0xFD7DB4) is known color: Persian Pink. HEX triplet: FD, 7D and B4. RGB value is (253,125,180). Sum of RGB (Red+Green+Blue) = 253+125+180=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DB4 is #02824B. Grayscale: #A9A9A9. Windows color (decimal): -164428 or 11828733. OLE color: 11828733.

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

Color convert

RGB 253 125 180 -
CMYK 0 0.51 0.29 0.01
HSL 334.22º 0.97% 0.74% -
HSV(B) 334.22º 0.51% 0.99% -
XYZ 56.08 38.85 47.72 -
YUV 169.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 253 125 180 0 0.51 0.29 0.01 334.22 0.97 0.74
Hex FD 7D B4 0 33 1D 1 14E 61 4A
Octal 375 175 264 0 63 35 1 516 141 112
Binary 11111101 1111101 10110100 0 110011 11101 1 101001110 1100001 1001010

Color Harmonies of #FD7DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7DB4

Black with #FD7DB4

Text Example


Text Example

White with #FD7DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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