Html Css Color HEX #FE5FFD Pink Flamingo

📋 copy color: '#FE5FFD'

red 254 ◦ green 95 ◦ blue 253

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

Shades of Pink Flamingo #FE5FFD

Tints of Pink Flamingo #FE5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.78%

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

R = 42.19%
G = 15.78%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE5FFD (or 0xFE5FFD) is known color: Pink Flamingo. HEX triplet: FE, 5F and FD. RGB value is (254,95,253). Sum of RGB (Red+Green+Blue) = 254+95+253=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 95 (37.5% from 255 or 15.78% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5FFD is #01A002. Grayscale: #A0A0A0. Windows color (decimal): -106499 or 16605182. OLE color: 16605182.

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

Color convert

RGB 254 95 253 -
CMYK 0 0.63 0.00 0.00
HSL 300.38º 0.99% 0.68% -
HSV(B) 300.38º 0.63% 1% -
XYZ 62.69 36.35 96.64 -
YUV 160.55 180.18 194.65 -
System Red Green Blue C M Y K H S L
Decimal 254 95 253 0 0.63 0.00 0.00 300.38 0.99 0.68
Hex FE 5F FD 0 3F 0 0 12C 63 44
Octal 376 137 375 0 77 0 0 454 143 104
Binary 11111110 1011111 11111101 0 111111 0 0 100101100 1100011 1000100

Color Harmonies of #FE5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FFD

Black with #FE5FFD

Text Example


Text Example

White with #FE5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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