Html Css Color HEX #FD4CEE Pink Flamingo

📋 copy color: '#FD4CEE'

red 253 ◦ green 76 ◦ blue 238

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

Shades of Pink Flamingo #FD4CEE

Tints of Pink Flamingo #FD4CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.4%

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

R = 44.62%
G = 13.4%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD4CEE (or 0xFD4CEE) is known color: Pink Flamingo. HEX triplet: FD, 4C and EE. RGB value is (253,76,238). Sum of RGB (Red+Green+Blue) = 253+76+238=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 76 (30.08% from 255 or 13.40% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD4CEE is #02B311. Grayscale: #929292. Windows color (decimal): -176914 or 15617277. OLE color: 15617277.

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

Color convert

RGB 253 76 238 -
CMYK 0 0.70 0.06 0.01
HSL 305.08º 0.98% 0.65% -
HSV(B) 305.08º 0.7% 0.99% -
XYZ 58.53 32.22 84.02 -
YUV 147.39 179.14 203.33 -
System Red Green Blue C M Y K H S L
Decimal 253 76 238 0 0.70 0.06 0.01 305.08 0.98 0.65
Hex FD 4C EE 0 46 6 1 131 62 41
Octal 375 114 356 0 106 6 1 461 142 101
Binary 11111101 1001100 11101110 0 1000110 110 1 100110001 1100010 1000001

Color Harmonies of #FD4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4CEE

Black with #FD4CEE

Text Example


Text Example

White with #FD4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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