Html Css Color HEX #FC7DB6 Persian Pink

📋 copy color: '#FC7DB6'

red 252 ◦ green 125 ◦ blue 182

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

Shades of Persian Pink #FC7DB6

Tints of Persian Pink #FC7DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.56%

R = 45.08%
G = 22.36%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC7DB6 (or 0xFC7DB6) is known color: Persian Pink. HEX triplet: FC, 7D and B6. RGB value is (252,125,182). Sum of RGB (Red+Green+Blue) = 252+125+182=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DB6 is #038249. Grayscale: #A9A9A9. Windows color (decimal): -229962 or 11959804. OLE color: 11959804.

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

Color convert

RGB 252 125 182 -
CMYK 0 0.50 0.28 0.01
HSL 333.07º 0.95% 0.74% -
HSV(B) 333.07º 0.5% 0.99% -
XYZ 55.92 38.74 48.79 -
YUV 169.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 252 125 182 0 0.50 0.28 0.01 333.07 0.95 0.74
Hex FC 7D B6 0 32 1C 1 14D 5F 4A
Octal 374 175 266 0 62 34 1 515 137 112
Binary 11111100 1111101 10110110 0 110010 11100 1 101001101 1011111 1001010

Color Harmonies of #FC7DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7DB6

Black with #FC7DB6

Text Example


Text Example

White with #FC7DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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