Html Css Color HEX #FC68FF Pink Flamingo

📋 copy color: '#FC68FF'

red 252 ◦ green 104 ◦ blue 255

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

Shades of Pink Flamingo #FC68FF

Tints of Pink Flamingo #FC68FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.73%

R = 41.24%
G = 17.02%
B = 41.73%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC68FF (or 0xFC68FF) is known color: Pink Flamingo. HEX triplet: FC, 68 and FF. RGB value is (252,104,255). Sum of RGB (Red+Green+Blue) = 252+104+255=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 104 (41.02% from 255 or 17.02% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC68FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC68FF is #039700. Grayscale: #A5A5A5. Windows color (decimal): -235265 or 16738556. OLE color: 16738556.

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

Color convert

RGB 252 104 255 -
CMYK 0.01 0.59 0 0
HSL 298.81º 1% 0.7% -
HSV(B) 298.81º 0.59% 1% -
XYZ 63.15 37.82 98.58 -
YUV 165.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 252 104 255 0.01 0.59 0 0 298.81 1 0.7
Hex FC 68 FF 1 3B 0 0 12B 64 46
Octal 374 150 377 1 73 0 0 453 144 106
Binary 11111100 1101000 11111111 1 111011 0 0 100101011 1100100 1000110

Color Harmonies of #FC68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68FF

Black with #FC68FF

Text Example


Text Example

White with #FC68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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