Html Css Color HEX #FC7DB9 Persian Pink

📋 copy color: '#FC7DB9'

red 252 ◦ green 125 ◦ blue 185

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

Shades of Persian Pink #FC7DB9

Tints of Persian Pink #FC7DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.92%

R = 44.84%
G = 22.24%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC7DB9 (or 0xFC7DB9) is known color: Persian Pink. HEX triplet: FC, 7D and B9. RGB value is (252,125,185). Sum of RGB (Red+Green+Blue) = 252+125+185=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DB9 is #038246. Grayscale: #A9A9A9. Windows color (decimal): -229959 or 12156412. OLE color: 12156412.

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

Color convert

RGB 252 125 185 -
CMYK 0 0.50 0.27 0.01
HSL 331.65º 0.95% 0.74% -
HSV(B) 331.65º 0.5% 0.99% -
XYZ 56.24 38.87 50.44 -
YUV 169.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 252 125 185 0 0.50 0.27 0.01 331.65 0.95 0.74
Hex FC 7D B9 0 32 1B 1 14C 5F 4A
Octal 374 175 271 0 62 33 1 514 137 112
Binary 11111100 1111101 10111001 0 110010 11011 1 101001100 1011111 1001010

Color Harmonies of #FC7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7DB9

Black with #FC7DB9

Text Example


Text Example

White with #FC7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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