Html Css Color HEX #FC69ED Pink Flamingo

📋 copy color: '#FC69ED'

red 252 ◦ green 105 ◦ blue 237

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

Shades of Pink Flamingo #FC69ED

Tints of Pink Flamingo #FC69ED

RGB

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

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

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

R = 42.42%
G = 17.68%
B = 39.9%

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

#FC69ED (or 0xFC69ED) is known color: Pink Flamingo. HEX triplet: FC, 69 and ED. RGB value is (252,105,237). Sum of RGB (Red+Green+Blue) = 252+105+237=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 105 (41.41% from 255 or 17.68% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC69ED is #039612. Grayscale: #A3A3A3. Windows color (decimal): -235027 or 15559164. OLE color: 15559164.

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

Color convert

RGB 252 105 237 -
CMYK 0 0.58 0.06 0.01
HSL 306.12º 0.96% 0.7% -
HSV(B) 306.12º 0.58% 0.99% -
XYZ 60.48 36.91 84.06 -
YUV 164 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 252 105 237 0 0.58 0.06 0.01 306.12 0.96 0.7
Hex FC 69 ED 0 3A 6 1 132 60 46
Octal 374 151 355 0 72 6 1 462 140 106
Binary 11111100 1101001 11101101 0 111010 110 1 100110010 1100000 1000110

Color Harmonies of #FC69ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC69ED

Black with #FC69ED

Text Example


Text Example

White with #FC69ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC69ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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