Html Css Color HEX #FB5FFD Pink Flamingo

📋 copy color: '#FB5FFD'

red 251 ◦ green 95 ◦ blue 253

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

Shades of Pink Flamingo #FB5FFD

Tints of Pink Flamingo #FB5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.86%

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 41.9%
G = 15.86%
B = 42.24%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FB5FFD (or 0xFB5FFD) is known color: Pink Flamingo. HEX triplet: FB, 5F and FD. RGB value is (251,95,253). Sum of RGB (Red+Green+Blue) = 251+95+253=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 95 (37.5% from 255 or 15.86% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #FB5FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5FFD is #04A002. Grayscale: #9F9F9F. Windows color (decimal): -303107 or 16605179. OLE color: 16605179.

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

Color convert

RGB 251 95 253 -
CMYK 0.01 0.62 0 0.01
HSL 299.24º 0.98% 0.68% -
HSV(B) 299.24º 0.62% 0.99% -
XYZ 61.61 35.79 96.59 -
YUV 159.66 180.68 193.15 -
System Red Green Blue C M Y K H S L
Decimal 251 95 253 0.01 0.62 0 0.01 299.24 0.98 0.68
Hex FB 5F FD 1 3E 0 1 12B 62 44
Octal 373 137 375 1 76 0 1 453 142 104
Binary 11111011 1011111 11111101 1 111110 0 1 100101011 1100010 1000100

Color Harmonies of #FB5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5FFD

Black with #FB5FFD

Text Example


Text Example

White with #FB5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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