Html Css Color HEX #FC69EC Pink Flamingo

📋 copy color: '#FC69EC'

red 252 ◦ green 105 ◦ blue 236

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

Shades of Pink Flamingo #FC69EC

Tints of Pink Flamingo #FC69EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.71%

 BLUE value IS 236 (92.58% from 255) = 39.8%

R = 42.5%
G = 17.71%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC69EC (or 0xFC69EC) is known color: Pink Flamingo. HEX triplet: FC, 69 and EC. RGB value is (252,105,236). Sum of RGB (Red+Green+Blue) = 252+105+236=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 105 (41.41% from 255 or 17.71% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC69EC is #039613. Grayscale: #A3A3A3. Windows color (decimal): -235028 or 15493628. OLE color: 15493628.

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

Color convert

RGB 252 105 236 -
CMYK 0 0.58 0.06 0.01
HSL 306.53º 0.96% 0.7% -
HSV(B) 306.53º 0.58% 0.99% -
XYZ 60.34 36.85 83.29 -
YUV 163.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 252 105 236 0 0.58 0.06 0.01 306.53 0.96 0.7
Hex FC 69 EC 0 3A 6 1 133 60 46
Octal 374 151 354 0 72 6 1 463 140 106
Binary 11111100 1101001 11101100 0 111010 110 1 100110011 1100000 1000110

Color Harmonies of #FC69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC69EC

Black with #FC69EC

Text Example


Text Example

White with #FC69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC69EC; }

 p { color: rgb(252,105,236); }

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

background-color css

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

 a { background-color: rgb(252,105,236); }

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

border-color css

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

 span { border-color: rgb(252,105,236); }

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