Html Css Color HEX #FC88F2 Pale Magenta

📋 copy color: '#FC88F2'

red 252 ◦ green 136 ◦ blue 242

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

Shades of Pale Magenta #FC88F2

Tints of Pale Magenta #FC88F2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 21.59%

 BLUE value IS 242 (94.92% from 255) = 38.41%

R = 40%
G = 21.59%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC88F2 (or 0xFC88F2) is known color: Pale Magenta. HEX triplet: FC, 88 and F2. RGB value is (252,136,242). Sum of RGB (Red+Green+Blue) = 252+136+242=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 136 (53.52% from 255 or 21.59% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC88F2 is #03770D. Grayscale: #B6B6B6. Windows color (decimal): -227086 or 15894780. OLE color: 15894780.

HSL color Cylindrical-coordinate representation of color #FC88F2: hue angle of 305.17º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC88F2 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 136 242 -
CMYK 0 0.46 0.04 0.01
HSL 305.17º 0.95% 0.76% -
HSV(B) 305.17º 0.46% 0.99% -
XYZ 64.98 44.71 89.21 -
YUV 182.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 252 136 242 0 0.46 0.04 0.01 305.17 0.95 0.76
Hex FC 88 F2 0 2E 4 1 131 5F 4C
Octal 374 210 362 0 56 4 1 461 137 114
Binary 11111100 10001000 11110010 0 101110 100 1 100110001 1011111 1001100

Color Harmonies of #FC88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC88F2

Black with #FC88F2

Text Example


Text Example

White with #FC88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC88F2; }

 p { color: rgb(252,136,242); }

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

background-color css

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

 a { background-color: rgb(252,136,242); }

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

border-color css

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

 span { border-color: rgb(252,136,242); }

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