Html Css Color HEX #FD5CFB Pink Flamingo

📋 copy color: '#FD5CFB'

red 253 ◦ green 92 ◦ blue 251

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

Shades of Pink Flamingo #FD5CFB

Tints of Pink Flamingo #FD5CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.11%

R = 42.45%
G = 15.44%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD5CFB (or 0xFD5CFB) is known color: Pink Flamingo. HEX triplet: FD, 5C and FB. RGB value is (253,92,251). Sum of RGB (Red+Green+Blue) = 253+92+251=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 92 (36.33% from 255 or 15.44% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CFB is #02A304. Grayscale: #9D9D9D. Windows color (decimal): -172805 or 16473341. OLE color: 16473341.

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

Color convert

RGB 253 92 251 -
CMYK 0 0.64 0.01 0.01
HSL 300.75º 0.98% 0.68% -
HSV(B) 300.75º 0.64% 0.99% -
XYZ 61.75 35.5 94.86 -
YUV 158.27 180.34 195.57 -
System Red Green Blue C M Y K H S L
Decimal 253 92 251 0 0.64 0.01 0.01 300.75 0.98 0.68
Hex FD 5C FB 0 40 1 1 12D 62 44
Octal 375 134 373 0 100 1 1 455 142 104
Binary 11111101 1011100 11111011 0 1000000 1 1 100101101 1100010 1000100

Color Harmonies of #FD5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CFB

Black with #FD5CFB

Text Example


Text Example

White with #FD5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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