Html Css Color HEX #FD5CE8 Pink Flamingo

📋 copy color: '#FD5CE8'

red 253 ◦ green 92 ◦ blue 232

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

Shades of Pink Flamingo #FD5CE8

Tints of Pink Flamingo #FD5CE8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.94%

 BLUE value IS 232 (91.02% from 255) = 40.21%

R = 43.85%
G = 15.94%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD5CE8 (or 0xFD5CE8) is known color: Pink Flamingo. HEX triplet: FD, 5C and E8. RGB value is (253,92,232). Sum of RGB (Red+Green+Blue) = 253+92+232=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 92 (36.33% from 255 or 15.94% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CE8 is #02A317. Grayscale: #9B9B9B. Windows color (decimal): -172824 or 15228157. OLE color: 15228157.

HSL color Cylindrical-coordinate representation of color #FD5CE8: hue angle of 307.83º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5CE8 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 92 232 -
CMYK 0 0.64 0.08 0.01
HSL 307.83º 0.98% 0.68% -
HSV(B) 307.83º 0.64% 0.99% -
XYZ 58.9 34.36 79.87 -
YUV 156.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 253 92 232 0 0.64 0.08 0.01 307.83 0.98 0.68
Hex FD 5C E8 0 40 8 1 134 62 44
Octal 375 134 350 0 100 10 1 464 142 104
Binary 11111101 1011100 11101000 0 1000000 1000 1 100110100 1100010 1000100

Color Harmonies of #FD5CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CE8

Black with #FD5CE8

Text Example


Text Example

White with #FD5CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CE8; }

 p { color: rgb(253,92,232); }

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

background-color css

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

 a { background-color: rgb(253,92,232); }

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

border-color css

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

 span { border-color: rgb(253,92,232); }

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