Html Css Color HEX #FB5DFC Pink Flamingo

📋 copy color: '#FB5DFC'

red 251 ◦ green 93 ◦ blue 252

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

Shades of Pink Flamingo #FB5DFC

Tints of Pink Flamingo #FB5DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.6%

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

R = 42.11%
G = 15.6%
B = 42.28%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FB5DFC (or 0xFB5DFC) is known color: Pink Flamingo. HEX triplet: FB, 5D and FC. RGB value is (251,93,252). Sum of RGB (Red+Green+Blue) = 251+93+252=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 93 (36.72% from 255 or 15.60% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB5DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5DFC is #04A203. Grayscale: #9D9D9D. Windows color (decimal): -303620 or 16539131. OLE color: 16539131.

HSL color Cylindrical-coordinate representation of color #FB5DFC: hue angle of 299.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DFC is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 93 252 -
CMYK 0.00 0.63 0 0.01
HSL 299.62º 0.96% 0.68% -
HSV(B) 299.62º 0.63% 0.99% -
XYZ 61.27 35.37 95.69 -
YUV 158.37 180.85 194.07 -
System Red Green Blue C M Y K H S L
Decimal 251 93 252 0.00 0.63 0 0.01 299.62 0.96 0.68
Hex FB 5D FC 0 3F 0 1 12C 60 44
Octal 373 135 374 0 77 0 1 454 140 104
Binary 11111011 1011101 11111100 0 111111 0 1 100101100 1100000 1000100

Color Harmonies of #FB5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5DFC

Black with #FB5DFC

Text Example


Text Example

White with #FB5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5DFC; }

 p { color: rgb(251,93,252); }

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

background-color css

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

 a { background-color: rgb(251,93,252); }

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

border-color css

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

 span { border-color: rgb(251,93,252); }

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