Html Css Color HEX #FD68FE Pink Flamingo

📋 copy color: '#FD68FE'

red 253 ◦ green 104 ◦ blue 254

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

Shades of Pink Flamingo #FD68FE

Tints of Pink Flamingo #FD68FE

RGB

 RED value IS 253 (99.22% from 255) = 41.41%

 GREEN value IS 104 (41.02% from 255) = 17.02%

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 41.41%
G = 17.02%
B = 41.57%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD68FE (or 0xFD68FE) is known color: Pink Flamingo. HEX triplet: FD, 68 and FE. RGB value is (253,104,254). Sum of RGB (Red+Green+Blue) = 253+104+254=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 104 (41.02% from 255 or 17.02% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD68FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68FE is #029701. Grayscale: #A5A5A5. Windows color (decimal): -169730 or 16673021. OLE color: 16673021.

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

Color convert

RGB 253 104 254 -
CMYK 0.00 0.59 0 0.00
HSL 299.6º 0.99% 0.7% -
HSV(B) 299.6º 0.59% 1% -
XYZ 63.35 37.94 97.75 -
YUV 165.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 253 104 254 0.00 0.59 0 0.00 299.6 0.99 0.7
Hex FD 68 FE 0 3B 0 0 12C 63 46
Octal 375 150 376 0 73 0 0 454 143 106
Binary 11111101 1101000 11111110 0 111011 0 0 100101100 1100011 1000110

Color Harmonies of #FD68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68FE

Black with #FD68FE

Text Example


Text Example

White with #FD68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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