Html Css Color HEX #FD68EE Pink Flamingo

📋 copy color: '#FD68EE'

red 253 ◦ green 104 ◦ blue 238

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

Shades of Pink Flamingo #FD68EE

Tints of Pink Flamingo #FD68EE

RGB

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

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

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

R = 42.52%
G = 17.48%
B = 40%

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

#FD68EE (or 0xFD68EE) is known color: Pink Flamingo. HEX triplet: FD, 68 and EE. RGB value is (253,104,238). Sum of RGB (Red+Green+Blue) = 253+104+238=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 104 (41.02% from 255 or 17.48% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68EE is #029711. Grayscale: #A3A3A3. Windows color (decimal): -169746 or 15624445. OLE color: 15624445.

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

Color convert

RGB 253 104 238 -
CMYK 0 0.59 0.06 0.01
HSL 306.04º 0.97% 0.7% -
HSV(B) 306.04º 0.59% 0.99% -
XYZ 60.89 36.96 84.81 -
YUV 163.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 253 104 238 0 0.59 0.06 0.01 306.04 0.97 0.7
Hex FD 68 EE 0 3B 6 1 132 61 46
Octal 375 150 356 0 73 6 1 462 141 106
Binary 11111101 1101000 11101110 0 111011 110 1 100110010 1100001 1000110

Color Harmonies of #FD68EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68EE

Black with #FD68EE

Text Example


Text Example

White with #FD68EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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