Html Css Color HEX #FC55FE Pink Flamingo

📋 copy color: '#FC55FE'

red 252 ◦ green 85 ◦ blue 254

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

Shades of Pink Flamingo #FC55FE

Tints of Pink Flamingo #FC55FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.38%

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 42.64%
G = 14.38%
B = 42.98%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC55FE (or 0xFC55FE) is known color: Pink Flamingo. HEX triplet: FC, 55 and FE. RGB value is (252,85,254). Sum of RGB (Red+Green+Blue) = 252+85+254=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 85 (33.59% from 255 or 14.38% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC55FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55FE is #03AA01. Grayscale: #999999. Windows color (decimal): -240130 or 16668156. OLE color: 16668156.

HSL color Cylindrical-coordinate representation of color #FC55FE: hue angle of 299.29º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC55FE is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 252 85 254 -
CMYK 0.01 0.67 0 0.00
HSL 299.29º 0.99% 0.66% -
HSV(B) 299.29º 0.67% 1% -
XYZ 61.28 34.35 97.17 -
YUV 154.2 184.33 197.76 -
System Red Green Blue C M Y K H S L
Decimal 252 85 254 0.01 0.67 0 0.00 299.29 0.99 0.66
Hex FC 55 FE 1 43 0 0 12B 63 42
Octal 374 125 376 1 103 0 0 453 143 102
Binary 11111100 1010101 11111110 1 1000011 0 0 100101011 1100011 1000010

Color Harmonies of #FC55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55FE

Black with #FC55FE

Text Example


Text Example

White with #FC55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55FE; }

 p { color: rgb(252,85,254); }

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

background-color css

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

 a { background-color: rgb(252,85,254); }

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

border-color css

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

 span { border-color: rgb(252,85,254); }

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