Html Css Color HEX #FD5CEF Pink Flamingo

📋 copy color: '#FD5CEF'

red 253 ◦ green 92 ◦ blue 239

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

Shades of Pink Flamingo #FD5CEF

Tints of Pink Flamingo #FD5CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.92%

R = 43.32%
G = 15.75%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD5CEF (or 0xFD5CEF) is known color: Pink Flamingo. HEX triplet: FD, 5C and EF. RGB value is (253,92,239). Sum of RGB (Red+Green+Blue) = 253+92+239=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 92 (36.33% from 255 or 15.75% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CEF is #02A310. Grayscale: #9C9C9C. Windows color (decimal): -172817 or 15686909. OLE color: 15686909.

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

Color convert

RGB 253 92 239 -
CMYK 0 0.64 0.06 0.01
HSL 305.22º 0.98% 0.68% -
HSV(B) 305.22º 0.64% 0.99% -
XYZ 59.92 34.77 85.21 -
YUV 156.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 253 92 239 0 0.64 0.06 0.01 305.22 0.98 0.68
Hex FD 5C EF 0 40 6 1 131 62 44
Octal 375 134 357 0 100 6 1 461 142 104
Binary 11111101 1011100 11101111 0 1000000 110 1 100110001 1100010 1000100

Color Harmonies of #FD5CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CEF

Black with #FD5CEF

Text Example


Text Example

White with #FD5CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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