Html Css Color HEX #FA7DB3 Persian Pink

📋 copy color: '#FA7DB3'

red 250 ◦ green 125 ◦ blue 179

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

Shades of Persian Pink #FA7DB3

Tints of Persian Pink #FA7DB3

RGB

 RED value IS 250 (98.05% from 255) = 45.13%

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

 BLUE value IS 179 (70.31% from 255) = 32.31%

R = 45.13%
G = 22.56%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA7DB3 (or 0xFA7DB3) is known color: Persian Pink. HEX triplet: FA, 7D and B3. RGB value is (250,125,179). Sum of RGB (Red+Green+Blue) = 250+125+179=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DB3 is #05824C. Grayscale: #A8A8A8. Windows color (decimal): -361037 or 11763194. OLE color: 11763194.

HSL color Cylindrical-coordinate representation of color #FA7DB3: hue angle of 334.08º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DB3 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 125 179 -
CMYK 0 0.50 0.28 0.02
HSL 334.08º 0.93% 0.74% -
HSV(B) 334.08º 0.5% 0.98% -
XYZ 54.89 38.25 47.14 -
YUV 168.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 250 125 179 0 0.50 0.28 0.02 334.08 0.93 0.74
Hex FA 7D B3 0 32 1C 2 14E 5D 4A
Octal 372 175 263 0 62 34 2 516 135 112
Binary 11111010 1111101 10110011 0 110010 11100 10 101001110 1011101 1001010

Color Harmonies of #FA7DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DB3

Black with #FA7DB3

Text Example


Text Example

White with #FA7DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7DB3; }

 p { color: rgb(250,125,179); }

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

background-color css

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

 a { background-color: rgb(250,125,179); }

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

border-color css

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

 span { border-color: rgb(250,125,179); }

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