Html Css Color HEX #FB5BED Pink Flamingo

📋 copy color: '#FB5BED'

red 251 ◦ green 91 ◦ blue 237

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

Shades of Pink Flamingo #FB5BED

Tints of Pink Flamingo #FB5BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.72%

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 43.35%
G = 15.72%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB5BED (or 0xFB5BED) is known color: Pink Flamingo. HEX triplet: FB, 5B and ED. RGB value is (251,91,237). Sum of RGB (Red+Green+Blue) = 251+91+237=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 91 (35.94% from 255 or 15.72% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5BED is #04A412. Grayscale: #9B9B9B. Windows color (decimal): -304147 or 15555579. OLE color: 15555579.

HSL color Cylindrical-coordinate representation of color #FB5BED: hue angle of 305.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5BED is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 91 237 -
CMYK 0 0.64 0.06 0.02
HSL 305.25º 0.95% 0.67% -
HSV(B) 305.25º 0.64% 0.98% -
XYZ 58.81 34.11 83.6 -
YUV 155.48 174.01 196.13 -
System Red Green Blue C M Y K H S L
Decimal 251 91 237 0 0.64 0.06 0.02 305.25 0.95 0.67
Hex FB 5B ED 0 40 6 2 131 5F 43
Octal 373 133 355 0 100 6 2 461 137 103
Binary 11111011 1011011 11101101 0 1000000 110 10 100110001 1011111 1000011

Color Harmonies of #FB5BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5BED

Black with #FB5BED

Text Example


Text Example

White with #FB5BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5BED; }

 p { color: rgb(251,91,237); }

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

background-color css

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

 a { background-color: rgb(251,91,237); }

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

border-color css

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

 span { border-color: rgb(251,91,237); }

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