Html Css Color HEX #FB4CED Pink Flamingo

📋 copy color: '#FB4CED'

red 251 ◦ green 76 ◦ blue 237

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

Shades of Pink Flamingo #FB4CED

Tints of Pink Flamingo #FB4CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.48%

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

R = 44.5%
G = 13.48%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB4CED (or 0xFB4CED) is known color: Pink Flamingo. HEX triplet: FB, 4C and ED. RGB value is (251,76,237). Sum of RGB (Red+Green+Blue) = 251+76+237=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 76 (30.08% from 255 or 13.48% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4CED is #04B312. Grayscale: #929292. Windows color (decimal): -307987 or 15551739. OLE color: 15551739.

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

Color convert

RGB 251 76 237 -
CMYK 0 0.70 0.06 0.02
HSL 304.8º 0.96% 0.64% -
HSV(B) 304.8º 0.7% 0.98% -
XYZ 57.65 31.79 83.22 -
YUV 146.68 178.98 202.41 -
System Red Green Blue C M Y K H S L
Decimal 251 76 237 0 0.70 0.06 0.02 304.8 0.96 0.64
Hex FB 4C ED 0 46 6 2 131 60 40
Octal 373 114 355 0 106 6 2 461 140 100
Binary 11111011 1001100 11101101 0 1000110 110 10 100110001 1100000 1000000

Color Harmonies of #FB4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4CED

Black with #FB4CED

Text Example


Text Example

White with #FB4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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