Html Css Color HEX #FD68EA Pink Flamingo

📋 copy color: '#FD68EA'

red 253 ◦ green 104 ◦ blue 234

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

Shades of Pink Flamingo #FD68EA

Tints of Pink Flamingo #FD68EA

RGB

 RED value IS 253 (99.22% from 255) = 42.81%

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

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

R = 42.81%
G = 17.6%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD68EA (or 0xFD68EA) is known color: Pink Flamingo. HEX triplet: FD, 68 and EA. RGB value is (253,104,234). Sum of RGB (Red+Green+Blue) = 253+104+234=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68EA is #029715. Grayscale: #A3A3A3. Windows color (decimal): -169750 or 15362301. OLE color: 15362301.

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

Color convert

RGB 253 104 234 -
CMYK 0 0.59 0.08 0.01
HSL 307.65º 0.97% 0.7% -
HSV(B) 307.65º 0.59% 0.99% -
XYZ 60.31 36.72 81.75 -
YUV 163.37 167.86 191.93 -
System Red Green Blue C M Y K H S L
Decimal 253 104 234 0 0.59 0.08 0.01 307.65 0.97 0.7
Hex FD 68 EA 0 3B 8 1 134 61 46
Octal 375 150 352 0 73 10 1 464 141 106
Binary 11111101 1101000 11101010 0 111011 1000 1 100110100 1100001 1000110

Color Harmonies of #FD68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68EA

Black with #FD68EA

Text Example


Text Example

White with #FD68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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