Html Css Color HEX #FE5FEB Pink Flamingo

📋 copy color: '#FE5FEB'

red 254 ◦ green 95 ◦ blue 235

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

Shades of Pink Flamingo #FE5FEB

Tints of Pink Flamingo #FE5FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 43.49%
G = 16.27%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE5FEB (or 0xFE5FEB) is known color: Pink Flamingo. HEX triplet: FE, 5F and EB. RGB value is (254,95,235). Sum of RGB (Red+Green+Blue) = 254+95+235=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 95 (37.5% from 255 or 16.27% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5FEB is #01A014. Grayscale: #9E9E9E. Windows color (decimal): -106517 or 15425534. OLE color: 15425534.

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

Color convert

RGB 254 95 235 -
CMYK 0 0.63 0.07 0.00
HSL 307.17º 0.99% 0.68% -
HSV(B) 307.17º 0.63% 1% -
XYZ 59.96 35.25 82.24 -
YUV 158.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 254 95 235 0 0.63 0.07 0.00 307.17 0.99 0.68
Hex FE 5F EB 0 3F 7 0 133 63 44
Octal 376 137 353 0 77 7 0 463 143 104
Binary 11111110 1011111 11101011 0 111111 111 0 100110011 1100011 1000100

Color Harmonies of #FE5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FEB

Black with #FE5FEB

Text Example


Text Example

White with #FE5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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