Html Css Color HEX #FD66ED Pink Flamingo

📋 copy color: '#FD66ED'

red 253 ◦ green 102 ◦ blue 237

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

Shades of Pink Flamingo #FD66ED

Tints of Pink Flamingo #FD66ED

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.23%

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 42.74%
G = 17.23%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD66ED (or 0xFD66ED) is known color: Pink Flamingo. HEX triplet: FD, 66 and ED. RGB value is (253,102,237). Sum of RGB (Red+Green+Blue) = 253+102+237=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 102 (40.23% from 255 or 17.23% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD66ED is #029912. Grayscale: #A2A2A2. Windows color (decimal): -170259 or 15558397. OLE color: 15558397.

HSL color Cylindrical-coordinate representation of color #FD66ED: hue angle of 306.36º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD66ED is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 102 237 -
CMYK 0 0.60 0.06 0.01
HSL 306.36º 0.97% 0.7% -
HSV(B) 306.36º 0.6% 0.99% -
XYZ 60.55 36.5 83.97 -
YUV 162.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 253 102 237 0 0.60 0.06 0.01 306.36 0.97 0.7
Hex FD 66 ED 0 3C 6 1 132 61 46
Octal 375 146 355 0 74 6 1 462 141 106
Binary 11111101 1100110 11101101 0 111100 110 1 100110010 1100001 1000110

Color Harmonies of #FD66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD66ED

Black with #FD66ED

Text Example


Text Example

White with #FD66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD66ED; }

 p { color: rgb(253,102,237); }

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

background-color css

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

 a { background-color: rgb(253,102,237); }

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

border-color css

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

 span { border-color: rgb(253,102,237); }

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