Html Css Color HEX #FA87DE Pale Magenta

📋 copy color: '#FA87DE'

red 250 ◦ green 135 ◦ blue 222

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

Shades of Pale Magenta #FA87DE

Tints of Pale Magenta #FA87DE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.24%

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

R = 41.19%
G = 22.24%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA87DE (or 0xFA87DE) is known color: Pale Magenta. HEX triplet: FA, 87 and DE. RGB value is (250,135,222). Sum of RGB (Red+Green+Blue) = 250+135+222=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 135 (53.12% from 255 or 22.24% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87DE is #057821. Grayscale: #B3B3B3. Windows color (decimal): -358434 or 14583802. OLE color: 14583802.

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

Color convert

RGB 250 135 222 -
CMYK 0 0.46 0.11 0.02
HSL 314.61º 0.92% 0.75% -
HSV(B) 314.61º 0.46% 0.98% -
XYZ 61.27 42.93 74.16 -
YUV 179.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 250 135 222 0 0.46 0.11 0.02 314.61 0.92 0.75
Hex FA 87 DE 0 2E B 2 13B 5C 4B
Octal 372 207 336 0 56 13 2 473 134 113
Binary 11111010 10000111 11011110 0 101110 1011 10 100111011 1011100 1001011

Color Harmonies of #FA87DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA87DE

Black with #FA87DE

Text Example


Text Example

White with #FA87DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA87DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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