Html Css Color HEX #FD66E6 Pink Flamingo

📋 copy color: '#FD66E6'

red 253 ◦ green 102 ◦ blue 230

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

Shades of Pink Flamingo #FD66E6

Tints of Pink Flamingo #FD66E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.32%

R = 43.25%
G = 17.44%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD66E6 (or 0xFD66E6) is known color: Pink Flamingo. HEX triplet: FD, 66 and E6. RGB value is (253,102,230). Sum of RGB (Red+Green+Blue) = 253+102+230=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD66E6 is #029919. Grayscale: #A1A1A1. Windows color (decimal): -170266 or 15099645. OLE color: 15099645.

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

Color convert

RGB 253 102 230 -
CMYK 0 0.60 0.09 0.01
HSL 309.14º 0.97% 0.7% -
HSV(B) 309.14º 0.6% 0.99% -
XYZ 59.54 36.1 78.69 -
YUV 161.74 166.53 193.09 -
System Red Green Blue C M Y K H S L
Decimal 253 102 230 0 0.60 0.09 0.01 309.14 0.97 0.7
Hex FD 66 E6 0 3C 9 1 135 61 46
Octal 375 146 346 0 74 11 1 465 141 106
Binary 11111101 1100110 11100110 0 111100 1001 1 100110101 1100001 1000110

Color Harmonies of #FD66E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD66E6

Black with #FD66E6

Text Example


Text Example

White with #FD66E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD66E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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