Html Css Color HEX #FD80B8 Persian Pink

📋 copy color: '#FD80B8'

red 253 ◦ green 128 ◦ blue 184

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

Shades of Persian Pink #FD80B8

Tints of Persian Pink #FD80B8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.65%

 BLUE value IS 184 (72.27% from 255) = 32.57%

R = 44.78%
G = 22.65%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FD80B8 (or 0xFD80B8) is known color: Persian Pink. HEX triplet: FD, 80 and B8. RGB value is (253,128,184). Sum of RGB (Red+Green+Blue) = 253+128+184=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80B8 is #027F47. Grayscale: #ABABAB. Windows color (decimal): -163656 or 12091645. OLE color: 12091645.

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

Color convert

RGB 253 128 184 -
CMYK 0 0.49 0.27 0.01
HSL 333.12º 0.97% 0.75% -
HSV(B) 333.12º 0.49% 0.99% -
XYZ 56.88 39.78 50.03 -
YUV 171.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 253 128 184 0 0.49 0.27 0.01 333.12 0.97 0.75
Hex FD 80 B8 0 31 1B 1 14D 61 4B
Octal 375 200 270 0 61 33 1 515 141 113
Binary 11111101 10000000 10111000 0 110001 11011 1 101001101 1100001 1001011

Color Harmonies of #FD80B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD80B8

Black with #FD80B8

Text Example


Text Example

White with #FD80B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD80B8; }

 p { color: rgb(253,128,184); }

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

background-color css

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

 a { background-color: rgb(253,128,184); }

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

border-color css

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

 span { border-color: rgb(253,128,184); }

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