Html Css Color HEX #FD87BA Persian Pink

📋 copy color: '#FD87BA'

red 253 ◦ green 135 ◦ blue 186

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

Shades of Persian Pink #FD87BA

Tints of Persian Pink #FD87BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.52%

 BLUE value IS 186 (73.05% from 255) = 32.4%

R = 44.08%
G = 23.52%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD87BA (or 0xFD87BA) is known color: Persian Pink. HEX triplet: FD, 87 and BA. RGB value is (253,135,186). Sum of RGB (Red+Green+Blue) = 253+135+186=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD87BA is #027845. Grayscale: #B0B0B0. Windows color (decimal): -161862 or 12224509. OLE color: 12224509.

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

Color convert

RGB 253 135 186 -
CMYK 0 0.47 0.26 0.01
HSL 334.07º 0.97% 0.76% -
HSV(B) 334.07º 0.47% 0.99% -
XYZ 58.03 41.76 51.46 -
YUV 176.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 253 135 186 0 0.47 0.26 0.01 334.07 0.97 0.76
Hex FD 87 BA 0 2F 1A 1 14E 61 4C
Octal 375 207 272 0 57 32 1 516 141 114
Binary 11111101 10000111 10111010 0 101111 11010 1 101001110 1100001 1001100

Color Harmonies of #FD87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD87BA

Black with #FD87BA

Text Example


Text Example

White with #FD87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD87BA; }

 p { color: rgb(253,135,186); }

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

background-color css

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

 a { background-color: rgb(253,135,186); }

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

border-color css

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

 span { border-color: rgb(253,135,186); }

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