Html Css Color HEX #FC68FD Pink Flamingo

📋 copy color: '#FC68FD'

red 252 ◦ green 104 ◦ blue 253

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

Shades of Pink Flamingo #FC68FD

Tints of Pink Flamingo #FC68FD

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FC68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68FD

Black with #FC68FD

Text Example


Text Example

White with #FC68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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