Html Css Color HEX #FD68FC Pink Flamingo

📋 copy color: '#FD68FC'

red 253 ◦ green 104 ◦ blue 252

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

Shades of Pink Flamingo #FD68FC

Tints of Pink Flamingo #FD68FC

RGB

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

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

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

R = 41.54%
G = 17.08%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FD68FC (or 0xFD68FC) is known color: Pink Flamingo. HEX triplet: FD, 68 and FC. RGB value is (253,104,252). Sum of RGB (Red+Green+Blue) = 253+104+252=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 104 (41.02% from 255 or 17.08% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68FC is #029703. Grayscale: #A4A4A4. Windows color (decimal): -169732 or 16541949. OLE color: 16541949.

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

Color convert

RGB 253 104 252 -
CMYK 0 0.59 0.00 0.01
HSL 300.4º 0.97% 0.7% -
HSV(B) 300.4º 0.59% 0.99% -
XYZ 63.03 37.81 96.07 -
YUV 165.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 253 104 252 0 0.59 0.00 0.01 300.4 0.97 0.7
Hex FD 68 FC 0 3B 0 1 12C 61 46
Octal 375 150 374 0 73 0 1 454 141 106
Binary 11111101 1101000 11111100 0 111011 0 1 100101100 1100001 1000110

Color Harmonies of #FD68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68FC

Black with #FD68FC

Text Example


Text Example

White with #FD68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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