Html Css Color HEX #FC68EE Pink Flamingo

📋 copy color: '#FC68EE'

red 252 ◦ green 104 ◦ blue 238

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

Shades of Pink Flamingo #FC68EE

Tints of Pink Flamingo #FC68EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.07%

R = 42.42%
G = 17.51%
B = 40.07%

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

#FC68EE (or 0xFC68EE) is known color: Pink Flamingo. HEX triplet: FC, 68 and EE. RGB value is (252,104,238). Sum of RGB (Red+Green+Blue) = 252+104+238=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC68EE is #039711. Grayscale: #A3A3A3. Windows color (decimal): -235282 or 15624444. OLE color: 15624444.

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

Color convert

RGB 252 104 238 -
CMYK 0 0.59 0.06 0.01
HSL 305.68º 0.96% 0.7% -
HSV(B) 305.68º 0.59% 0.99% -
XYZ 60.53 36.77 84.8 -
YUV 163.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 252 104 238 0 0.59 0.06 0.01 305.68 0.96 0.7
Hex FC 68 EE 0 3B 6 1 132 60 46
Octal 374 150 356 0 73 6 1 462 140 106
Binary 11111100 1101000 11101110 0 111011 110 1 100110010 1100000 1000110

Color Harmonies of #FC68EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68EE

Black with #FC68EE

Text Example


Text Example

White with #FC68EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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