Html Css Color HEX #FE3CFB Pink Flamingo

📋 copy color: '#FE3CFB'

red 254 ◦ green 60 ◦ blue 251

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

Shades of Pink Flamingo #FE3CFB

Tints of Pink Flamingo #FE3CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.62%

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

R = 44.96%
G = 10.62%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE3CFB (or 0xFE3CFB) is known color: Pink Flamingo. HEX triplet: FE, 3C and FB. RGB value is (254,60,251). Sum of RGB (Red+Green+Blue) = 254+60+251=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 60 (23.83% from 255 or 10.62% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3CFB is #01C304. Grayscale: #8B8B8B. Windows color (decimal): -115461 or 16465150. OLE color: 16465150.

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

Color convert

RGB 254 60 251 -
CMYK 0 0.76 0.01 0.00
HSL 300.93º 0.99% 0.62% -
HSV(B) 300.93º 0.76% 1% -
XYZ 59.9 31.27 94.14 -
YUV 139.78 190.77 209.47 -
System Red Green Blue C M Y K H S L
Decimal 254 60 251 0 0.76 0.01 0.00 300.93 0.99 0.62
Hex FE 3C FB 0 4C 1 0 12D 63 3E
Octal 376 74 373 0 114 1 0 455 143 76
Binary 11111110 111100 11111011 0 1001100 1 0 100101101 1100011 111110

Color Harmonies of #FE3CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3CFB

Black with #FE3CFB

Text Example


Text Example

White with #FE3CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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