Html Css Color HEX #FC7DBA Persian Pink

📋 copy color: '#FC7DBA'

red 252 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #FC7DBA

Tints of Persian Pink #FC7DBA

RGB

 RED value IS 252 (98.83% from 255) = 44.76%

 GREEN value IS 125 (49.22% from 255) = 22.2%

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

R = 44.76%
G = 22.2%
B = 33.04%

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

#FC7DBA (or 0xFC7DBA) is known color: Persian Pink. HEX triplet: FC, 7D and BA. RGB value is (252,125,186). Sum of RGB (Red+Green+Blue) = 252+125+186=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DBA is #038245. Grayscale: #A9A9A9. Windows color (decimal): -229958 or 12221948. OLE color: 12221948.

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

Color convert

RGB 252 125 186 -
CMYK 0 0.50 0.26 0.01
HSL 331.18º 0.95% 0.74% -
HSV(B) 331.18º 0.5% 0.99% -
XYZ 56.34 38.91 50.99 -
YUV 169.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 252 125 186 0 0.50 0.26 0.01 331.18 0.95 0.74
Hex FC 7D BA 0 32 1A 1 14B 5F 4A
Octal 374 175 272 0 62 32 1 513 137 112
Binary 11111100 1111101 10111010 0 110010 11010 1 101001011 1011111 1001010

Color Harmonies of #FC7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7DBA

Black with #FC7DBA

Text Example


Text Example

White with #FC7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7DBA; }

 p { color: rgb(252,125,186); }

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

background-color css

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

 a { background-color: rgb(252,125,186); }

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

border-color css

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

 span { border-color: rgb(252,125,186); }

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