Html Css Color HEX #FD7FBA Persian Pink

📋 copy color: '#FD7FBA'

red 253 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #FD7FBA

Tints of Persian Pink #FD7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.44%

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

R = 44.7%
G = 22.44%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD7FBA (or 0xFD7FBA) is known color: Persian Pink. HEX triplet: FD, 7F and BA. RGB value is (253,127,186). Sum of RGB (Red+Green+Blue) = 253+127+186=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FBA is #028045. Grayscale: #ABABAB. Windows color (decimal): -163910 or 12222461. OLE color: 12222461.

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

Color convert

RGB 253 127 186 -
CMYK 0 0.50 0.26 0.01
HSL 331.9º 0.97% 0.75% -
HSV(B) 331.9º 0.5% 0.99% -
XYZ 56.96 39.61 51.1 -
YUV 171.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 253 127 186 0 0.50 0.26 0.01 331.9 0.97 0.75
Hex FD 7F BA 0 32 1A 1 14C 61 4B
Octal 375 177 272 0 62 32 1 514 141 113
Binary 11111101 1111111 10111010 0 110010 11010 1 101001100 1100001 1001011

Color Harmonies of #FD7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7FBA

Black with #FD7FBA

Text Example


Text Example

White with #FD7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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