Html Css Color HEX #FE6AFD Pink Flamingo

📋 copy color: '#FE6AFD'

red 254 ◦ green 106 ◦ blue 253

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

Shades of Pink Flamingo #FE6AFD

Tints of Pink Flamingo #FE6AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.29%

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 41.44%
G = 17.29%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE6AFD (or 0xFE6AFD) is known color: Pink Flamingo. HEX triplet: FE, 6A and FD. RGB value is (254,106,253). Sum of RGB (Red+Green+Blue) = 254+106+253=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 106 (41.80% from 255 or 17.29% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AFD is #019502. Grayscale: #A6A6A6. Windows color (decimal): -103683 or 16607998. OLE color: 16607998.

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

Color convert

RGB 254 106 253 -
CMYK 0 0.58 0.00 0.00
HSL 300.41º 0.99% 0.71% -
HSV(B) 300.41º 0.58% 1% -
XYZ 63.76 38.47 96.99 -
YUV 167.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 254 106 253 0 0.58 0.00 0.00 300.41 0.99 0.71
Hex FE 6A FD 0 3A 0 0 12C 63 47
Octal 376 152 375 0 72 0 0 454 143 107
Binary 11111110 1101010 11111101 0 111010 0 0 100101100 1100011 1000111

Color Harmonies of #FE6AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6AFD

Black with #FE6AFD

Text Example


Text Example

White with #FE6AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6AFD; }

 p { color: rgb(254,106,253); }

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

background-color css

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

 a { background-color: rgb(254,106,253); }

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

border-color css

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

 span { border-color: rgb(254,106,253); }

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