Html Css Color HEX #FD81B8 Persian Pink

📋 copy color: '#FD81B8'

red 253 ◦ green 129 ◦ blue 184

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

Shades of Persian Pink #FD81B8

Tints of Persian Pink #FD81B8

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.79%

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

R = 44.7%
G = 22.79%
B = 32.51%

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

#FD81B8 (or 0xFD81B8) is known color: Persian Pink. HEX triplet: FD, 81 and B8. RGB value is (253,129,184). Sum of RGB (Red+Green+Blue) = 253+129+184=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81B8 is #027E47. Grayscale: #ACACAC. Windows color (decimal): -163400 or 12091901. OLE color: 12091901.

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

Color convert

RGB 253 129 184 -
CMYK 0 0.49 0.27 0.01
HSL 333.39º 0.97% 0.75% -
HSV(B) 333.39º 0.49% 0.99% -
XYZ 57.01 40.04 50.07 -
YUV 172.35 134.58 185.53 -
System Red Green Blue C M Y K H S L
Decimal 253 129 184 0 0.49 0.27 0.01 333.39 0.97 0.75
Hex FD 81 B8 0 31 1B 1 14D 61 4B
Octal 375 201 270 0 61 33 1 515 141 113
Binary 11111101 10000001 10111000 0 110001 11011 1 101001101 1100001 1001011

Color Harmonies of #FD81B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD81B8

Black with #FD81B8

Text Example


Text Example

White with #FD81B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD81B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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