Html Css Color HEX #FD7CBA Persian Pink

📋 copy color: '#FD7CBA'

red 253 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #FD7CBA

Tints of Persian Pink #FD7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.02%

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

R = 44.94%
G = 22.02%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD7CBA (or 0xFD7CBA) is known color: Persian Pink. HEX triplet: FD, 7C and BA. RGB value is (253,124,186). Sum of RGB (Red+Green+Blue) = 253+124+186=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CBA is #028345. Grayscale: #A9A9A9. Windows color (decimal): -164678 or 12221693. OLE color: 12221693.

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

Color convert

RGB 253 124 186 -
CMYK 0 0.51 0.26 0.01
HSL 331.16º 0.97% 0.74% -
HSV(B) 331.16º 0.51% 0.99% -
XYZ 56.58 38.84 50.97 -
YUV 169.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 253 124 186 0 0.51 0.26 0.01 331.16 0.97 0.74
Hex FD 7C BA 0 33 1A 1 14B 61 4A
Octal 375 174 272 0 63 32 1 513 141 112
Binary 11111101 1111100 10111010 0 110011 11010 1 101001011 1100001 1001010

Color Harmonies of #FD7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7CBA

Black with #FD7CBA

Text Example


Text Example

White with #FD7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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