Html Css Color HEX #FC7DB4 Persian Pink

📋 copy color: '#FC7DB4'

red 252 ◦ green 125 ◦ blue 180

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

Shades of Persian Pink #FC7DB4

Tints of Persian Pink #FC7DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.32%

R = 45.24%
G = 22.44%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC7DB4 (or 0xFC7DB4) is known color: Persian Pink. HEX triplet: FC, 7D and B4. RGB value is (252,125,180). Sum of RGB (Red+Green+Blue) = 252+125+180=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DB4 is #03824B. Grayscale: #A9A9A9. Windows color (decimal): -229964 or 11828732. OLE color: 11828732.

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

Color convert

RGB 252 125 180 -
CMYK 0 0.50 0.29 0.01
HSL 334.02º 0.95% 0.74% -
HSV(B) 334.02º 0.5% 0.99% -
XYZ 55.72 38.66 47.71 -
YUV 169.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 252 125 180 0 0.50 0.29 0.01 334.02 0.95 0.74
Hex FC 7D B4 0 32 1D 1 14E 5F 4A
Octal 374 175 264 0 62 35 1 516 137 112
Binary 11111100 1111101 10110100 0 110010 11101 1 101001110 1011111 1001010

Color Harmonies of #FC7DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7DB4

Black with #FC7DB4

Text Example


Text Example

White with #FC7DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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