Html Css Color HEX #FB68E6 Pink Flamingo

📋 copy color: '#FB68E6'

red 251 ◦ green 104 ◦ blue 230

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

Shades of Pink Flamingo #FB68E6

Tints of Pink Flamingo #FB68E6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.78%

 BLUE value IS 230 (90.23% from 255) = 39.32%

R = 42.91%
G = 17.78%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB68E6 (or 0xFB68E6) is known color: Pink Flamingo. HEX triplet: FB, 68 and E6. RGB value is (251,104,230). Sum of RGB (Red+Green+Blue) = 251+104+230=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB68E6 is #049719. Grayscale: #A1A1A1. Windows color (decimal): -300826 or 15100155. OLE color: 15100155.

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

Color convert

RGB 251 104 230 -
CMYK 0 0.59 0.08 0.02
HSL 308.57º 0.95% 0.7% -
HSV(B) 308.57º 0.59% 0.98% -
XYZ 59.02 36.12 78.72 -
YUV 162.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 251 104 230 0 0.59 0.08 0.02 308.57 0.95 0.7
Hex FB 68 E6 0 3B 8 2 135 5F 46
Octal 373 150 346 0 73 10 2 465 137 106
Binary 11111011 1101000 11100110 0 111011 1000 10 100110101 1011111 1000110

Color Harmonies of #FB68E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68E6

Black with #FB68E6

Text Example


Text Example

White with #FB68E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68E6; }

 p { color: rgb(251,104,230); }

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

background-color css

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

 a { background-color: rgb(251,104,230); }

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

border-color css

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

 span { border-color: rgb(251,104,230); }

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