Html Css Color HEX #FE55FD Pink Flamingo

📋 copy color: '#FE55FD'

red 254 ◦ green 85 ◦ blue 253

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

Shades of Pink Flamingo #FE55FD

Tints of Pink Flamingo #FE55FD

RGB

 RED value IS 254 (99.61% from 255) = 42.91%

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

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 42.91%
G = 14.36%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE55FD (or 0xFE55FD) is known color: Pink Flamingo. HEX triplet: FE, 55 and FD. RGB value is (254,85,253). Sum of RGB (Red+Green+Blue) = 254+85+253=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 85 (33.59% from 255 or 14.36% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55FD is #01AA02. Grayscale: #9A9A9A. Windows color (decimal): -109059 or 16602622. OLE color: 16602622.

HSL color Cylindrical-coordinate representation of color #FE55FD: hue angle of 300.36º 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 #FE55FD is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 85 253 -
CMYK 0 0.67 0.00 0.00
HSL 300.36º 0.99% 0.66% -
HSV(B) 300.36º 0.67% 1% -
XYZ 61.85 34.66 96.36 -
YUV 154.68 183.49 198.84 -
System Red Green Blue C M Y K H S L
Decimal 254 85 253 0 0.67 0.00 0.00 300.36 0.99 0.66
Hex FE 55 FD 0 43 0 0 12C 63 42
Octal 376 125 375 0 103 0 0 454 143 102
Binary 11111110 1010101 11111101 0 1000011 0 0 100101100 1100011 1000010

Color Harmonies of #FE55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55FD

Black with #FE55FD

Text Example


Text Example

White with #FE55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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