Html Css Color HEX #FD68E9 Pink Flamingo

📋 copy color: '#FD68E9'

red 253 ◦ green 104 ◦ blue 233

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

Shades of Pink Flamingo #FD68E9

Tints of Pink Flamingo #FD68E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.49%

R = 42.88%
G = 17.63%
B = 39.49%

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

#FD68E9 (or 0xFD68E9) is known color: Pink Flamingo. HEX triplet: FD, 68 and E9. RGB value is (253,104,233). Sum of RGB (Red+Green+Blue) = 253+104+233=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68E9 is #029716. Grayscale: #A2A2A2. Windows color (decimal): -169751 or 15296765. OLE color: 15296765.

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

Color convert

RGB 253 104 233 -
CMYK 0 0.59 0.08 0.01
HSL 308.05º 0.97% 0.7% -
HSV(B) 308.05º 0.59% 0.99% -
XYZ 60.17 36.67 81 -
YUV 163.26 167.36 192.01 -
System Red Green Blue C M Y K H S L
Decimal 253 104 233 0 0.59 0.08 0.01 308.05 0.97 0.7
Hex FD 68 E9 0 3B 8 1 134 61 46
Octal 375 150 351 0 73 10 1 464 141 106
Binary 11111101 1101000 11101001 0 111011 1000 1 100110100 1100001 1000110

Color Harmonies of #FD68E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68E9

Black with #FD68E9

Text Example


Text Example

White with #FD68E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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