Html Css Color HEX #FE38FC Pink Flamingo

📋 copy color: '#FE38FC'

red 254 ◦ green 56 ◦ blue 252

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

Shades of Pink Flamingo #FE38FC

Tints of Pink Flamingo #FE38FC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 9.96%

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

R = 45.2%
G = 9.96%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE38FC (or 0xFE38FC) is known color: Pink Flamingo. HEX triplet: FE, 38 and FC. RGB value is (254,56,252). Sum of RGB (Red+Green+Blue) = 254+56+252=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 56 (22.27% from 255 or 9.96% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE38FC is #01C703. Grayscale: #888888. Windows color (decimal): -116484 or 16529662. OLE color: 16529662.

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

Color convert

RGB 254 56 252 -
CMYK 0 0.78 0.01 0.00
HSL 300.61º 0.99% 0.61% -
HSV(B) 300.61º 0.78% 1% -
XYZ 59.86 30.93 94.91 -
YUV 137.55 192.6 211.06 -
System Red Green Blue C M Y K H S L
Decimal 254 56 252 0 0.78 0.01 0.00 300.61 0.99 0.61
Hex FE 38 FC 0 4E 1 0 12D 63 3D
Octal 376 70 374 0 116 1 0 455 143 75
Binary 11111110 111000 11111100 0 1001110 1 0 100101101 1100011 111101

Color Harmonies of #FE38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE38FC

Black with #FE38FC

Text Example


Text Example

White with #FE38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE38FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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