Html Css Color HEX #FC68EA Pink Flamingo

📋 copy color: '#FC68EA'

red 252 ◦ green 104 ◦ blue 234

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

Shades of Pink Flamingo #FC68EA

Tints of Pink Flamingo #FC68EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 42.71%
G = 17.63%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC68EA (or 0xFC68EA) is known color: Pink Flamingo. HEX triplet: FC, 68 and EA. RGB value is (252,104,234). Sum of RGB (Red+Green+Blue) = 252+104+234=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC68EA is #039715. Grayscale: #A2A2A2. Windows color (decimal): -235286 or 15362300. OLE color: 15362300.

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

Color convert

RGB 252 104 234 -
CMYK 0 0.59 0.07 0.01
HSL 307.3º 0.96% 0.7% -
HSV(B) 307.3º 0.59% 0.99% -
XYZ 59.95 36.54 81.73 -
YUV 163.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 252 104 234 0 0.59 0.07 0.01 307.3 0.96 0.7
Hex FC 68 EA 0 3B 7 1 133 60 46
Octal 374 150 352 0 73 7 1 463 140 106
Binary 11111100 1101000 11101010 0 111011 111 1 100110011 1100000 1000110

Color Harmonies of #FC68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68EA

Black with #FC68EA

Text Example


Text Example

White with #FC68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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