Html Css Color HEX #FE3DFC Pink Flamingo

📋 copy color: '#FE3DFC'

red 254 ◦ green 61 ◦ blue 252

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

Shades of Pink Flamingo #FE3DFC

Tints of Pink Flamingo #FE3DFC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 10.76%

 BLUE value IS 252 (98.83% from 255) = 44.44%

R = 44.8%
G = 10.76%
B = 44.44%

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

#FE3DFC (or 0xFE3DFC) is known color: Pink Flamingo. HEX triplet: FE, 3D and FC. RGB value is (254,61,252). Sum of RGB (Red+Green+Blue) = 254+61+252=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 61 (24.22% from 255 or 10.76% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3DFC is #01C203. Grayscale: #8B8B8B. Windows color (decimal): -115204 or 16530942. OLE color: 16530942.

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

Color convert

RGB 254 61 252 -
CMYK 0 0.76 0.01 0.00
HSL 300.62º 0.99% 0.62% -
HSV(B) 300.62º 0.76% 1% -
XYZ 60.11 31.44 95 -
YUV 140.48 190.94 208.97 -
System Red Green Blue C M Y K H S L
Decimal 254 61 252 0 0.76 0.01 0.00 300.62 0.99 0.62
Hex FE 3D FC 0 4C 1 0 12D 63 3E
Octal 376 75 374 0 114 1 0 455 143 76
Binary 11111110 111101 11111100 0 1001100 1 0 100101101 1100011 111110

Color Harmonies of #FE3DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3DFC

Black with #FE3DFC

Text Example


Text Example

White with #FE3DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3DFC; }

 p { color: rgb(254,61,252); }

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

background-color css

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

 a { background-color: rgb(254,61,252); }

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

border-color css

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

 span { border-color: rgb(254,61,252); }

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