Html Css Color HEX #FE3AFB Pink Flamingo

📋 copy color: '#FE3AFB'

red 254 ◦ green 58 ◦ blue 251

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

Shades of Pink Flamingo #FE3AFB

Tints of Pink Flamingo #FE3AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.3%

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 45.12%
G = 10.3%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE3AFB (or 0xFE3AFB) is known color: Pink Flamingo. HEX triplet: FE, 3A and FB. RGB value is (254,58,251). Sum of RGB (Red+Green+Blue) = 254+58+251=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 58 (23.05% from 255 or 10.30% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3AFB is #01C504. Grayscale: #8A8A8A. Windows color (decimal): -115973 or 16464638. OLE color: 16464638.

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

Color convert

RGB 254 58 251 -
CMYK 0 0.77 0.01 0.00
HSL 300.92º 0.99% 0.61% -
HSV(B) 300.92º 0.77% 1% -
XYZ 59.8 31.06 94.11 -
YUV 138.61 191.43 210.31 -
System Red Green Blue C M Y K H S L
Decimal 254 58 251 0 0.77 0.01 0.00 300.92 0.99 0.61
Hex FE 3A FB 0 4D 1 0 12D 63 3D
Octal 376 72 373 0 115 1 0 455 143 75
Binary 11111110 111010 11111011 0 1001101 1 0 100101101 1100011 111101

Color Harmonies of #FE3AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3AFB

Black with #FE3AFB

Text Example


Text Example

White with #FE3AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3AFB; }

 p { color: rgb(254,58,251); }

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

background-color css

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

 a { background-color: rgb(254,58,251); }

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

border-color css

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

 span { border-color: rgb(254,58,251); }

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