Html Css Color HEX #FA8FDE Pale Magenta

📋 copy color: '#FA8FDE'

red 250 ◦ green 143 ◦ blue 222

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

Shades of Pale Magenta #FA8FDE

Tints of Pale Magenta #FA8FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.25%

 BLUE value IS 222 (87.11% from 255) = 36.1%

R = 40.65%
G = 23.25%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA8FDE (or 0xFA8FDE) is known color: Pale Magenta. HEX triplet: FA, 8F and DE. RGB value is (250,143,222). Sum of RGB (Red+Green+Blue) = 250+143+222=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 143 (56.25% from 255 or 23.25% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FDE is #057021. Grayscale: #B7B7B7. Windows color (decimal): -356386 or 14585850. OLE color: 14585850.

HSL color Cylindrical-coordinate representation of color #FA8FDE: hue angle of 315.7º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FDE is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 222 -
CMYK 0 0.43 0.11 0.02
HSL 315.7º 0.91% 0.77% -
HSV(B) 315.7º 0.43% 0.98% -
XYZ 62.43 45.24 74.55 -
YUV 184 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 250 143 222 0 0.43 0.11 0.02 315.7 0.91 0.77
Hex FA 8F DE 0 2B B 2 13C 5B 4D
Octal 372 217 336 0 53 13 2 474 133 115
Binary 11111010 10001111 11011110 0 101011 1011 10 100111100 1011011 1001101

Color Harmonies of #FA8FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FDE

Black with #FA8FDE

Text Example


Text Example

White with #FA8FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FDE; }

 p { color: rgb(250,143,222); }

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

background-color css

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

 a { background-color: rgb(250,143,222); }

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

border-color css

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

 span { border-color: rgb(250,143,222); }

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