Html Css Color HEX #FD5CFC Pink Flamingo

📋 copy color: '#FD5CFC'

red 253 ◦ green 92 ◦ blue 252

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

Shades of Pink Flamingo #FD5CFC

Tints of Pink Flamingo #FD5CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.21%

R = 42.38%
G = 15.41%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FD5CFC (or 0xFD5CFC) is known color: Pink Flamingo. HEX triplet: FD, 5C and FC. RGB value is (253,92,252). Sum of RGB (Red+Green+Blue) = 253+92+252=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 92 (36.33% from 255 or 15.41% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CFC is #02A303. Grayscale: #9D9D9D. Windows color (decimal): -172804 or 16538877. OLE color: 16538877.

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

Color convert

RGB 253 92 252 -
CMYK 0 0.64 0.00 0.01
HSL 300.37º 0.98% 0.68% -
HSV(B) 300.37º 0.64% 0.99% -
XYZ 61.91 35.57 95.7 -
YUV 158.38 180.84 195.49 -
System Red Green Blue C M Y K H S L
Decimal 253 92 252 0 0.64 0.00 0.01 300.37 0.98 0.68
Hex FD 5C FC 0 40 0 1 12C 62 44
Octal 375 134 374 0 100 0 1 454 142 104
Binary 11111101 1011100 11111100 0 1000000 0 1 100101100 1100010 1000100

Color Harmonies of #FD5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CFC

Black with #FD5CFC

Text Example


Text Example

White with #FD5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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