Html Css Color HEX #FC68ED Pink Flamingo

📋 copy color: '#FC68ED'

red 252 ◦ green 104 ◦ blue 237

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

Shades of Pink Flamingo #FC68ED

Tints of Pink Flamingo #FC68ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 42.5%
G = 17.54%
B = 39.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC68ED (or 0xFC68ED) is known color: Pink Flamingo. HEX triplet: FC, 68 and ED. RGB value is (252,104,237). Sum of RGB (Red+Green+Blue) = 252+104+237=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 104 (41.02% from 255 or 17.54% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC68ED is #039712. Grayscale: #A3A3A3. Windows color (decimal): -235283 or 15558908. OLE color: 15558908.

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

Color convert

RGB 252 104 237 -
CMYK 0 0.59 0.06 0.01
HSL 306.08º 0.96% 0.7% -
HSV(B) 306.08º 0.59% 0.99% -
XYZ 60.38 36.71 84.02 -
YUV 163.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 252 104 237 0 0.59 0.06 0.01 306.08 0.96 0.7
Hex FC 68 ED 0 3B 6 1 132 60 46
Octal 374 150 355 0 73 6 1 462 140 106
Binary 11111100 1101000 11101101 0 111011 110 1 100110010 1100000 1000110

Color Harmonies of #FC68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68ED

Black with #FC68ED

Text Example


Text Example

White with #FC68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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