Html Css Color HEX #FD5CEE Pink Flamingo

📋 copy color: '#FD5CEE'

red 253 ◦ green 92 ◦ blue 238

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

Shades of Pink Flamingo #FD5CEE

Tints of Pink Flamingo #FD5CEE

RGB

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

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

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

R = 43.4%
G = 15.78%
B = 40.82%

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

#FD5CEE (or 0xFD5CEE) is known color: Pink Flamingo. HEX triplet: FD, 5C and EE. RGB value is (253,92,238). Sum of RGB (Red+Green+Blue) = 253+92+238=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CEE is #02A311. Grayscale: #9C9C9C. Windows color (decimal): -172818 or 15621373. OLE color: 15621373.

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

Color convert

RGB 253 92 238 -
CMYK 0 0.64 0.06 0.01
HSL 305.59º 0.98% 0.68% -
HSV(B) 305.59º 0.64% 0.99% -
XYZ 59.77 34.71 84.44 -
YUV 156.78 173.84 196.63 -
System Red Green Blue C M Y K H S L
Decimal 253 92 238 0 0.64 0.06 0.01 305.59 0.98 0.68
Hex FD 5C EE 0 40 6 1 132 62 44
Octal 375 134 356 0 100 6 1 462 142 104
Binary 11111101 1011100 11101110 0 1000000 110 1 100110010 1100010 1000100

Color Harmonies of #FD5CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CEE

Black with #FD5CEE

Text Example


Text Example

White with #FD5CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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