Html Css Color HEX #FC69FE Pink Flamingo

📋 copy color: '#FC69FE'

red 252 ◦ green 105 ◦ blue 254

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

Shades of Pink Flamingo #FC69FE

Tints of Pink Flamingo #FC69FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 41.24%
G = 17.18%
B = 41.57%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC69FE (or 0xFC69FE) is known color: Pink Flamingo. HEX triplet: FC, 69 and FE. RGB value is (252,105,254). Sum of RGB (Red+Green+Blue) = 252+105+254=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 105 (41.41% from 255 or 17.18% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC69FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC69FE is #039601. Grayscale: #A5A5A5. Windows color (decimal): -235010 or 16673276. OLE color: 16673276.

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

Color convert

RGB 252 105 254 -
CMYK 0.01 0.59 0 0.00
HSL 299.19º 0.99% 0.7% -
HSV(B) 299.19º 0.59% 1% -
XYZ 63.09 37.95 97.77 -
YUV 165.94 177.7 189.38 -
System Red Green Blue C M Y K H S L
Decimal 252 105 254 0.01 0.59 0 0.00 299.19 0.99 0.7
Hex FC 69 FE 1 3B 0 0 12B 63 46
Octal 374 151 376 1 73 0 0 453 143 106
Binary 11111100 1101001 11111110 1 111011 0 0 100101011 1100011 1000110

Color Harmonies of #FC69FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC69FE

Black with #FC69FE

Text Example


Text Example

White with #FC69FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC69FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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