Html Css Color HEX #FB69EC Pink Flamingo

📋 copy color: '#FB69EC'

red 251 ◦ green 105 ◦ blue 236

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

Shades of Pink Flamingo #FB69EC

Tints of Pink Flamingo #FB69EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.74%

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 42.4%
G = 17.74%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB69EC (or 0xFB69EC) is known color: Pink Flamingo. HEX triplet: FB, 69 and EC. RGB value is (251,105,236). Sum of RGB (Red+Green+Blue) = 251+105+236=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 105 (41.41% from 255 or 17.74% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB69EC is #049613. Grayscale: #A3A3A3. Windows color (decimal): -300564 or 15493627. OLE color: 15493627.

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

Color convert

RGB 251 105 236 -
CMYK 0 0.58 0.06 0.02
HSL 306.16º 0.95% 0.7% -
HSV(B) 306.16º 0.58% 0.98% -
XYZ 59.98 36.67 83.27 -
YUV 163.59 168.87 190.35 -
System Red Green Blue C M Y K H S L
Decimal 251 105 236 0 0.58 0.06 0.02 306.16 0.95 0.7
Hex FB 69 EC 0 3A 6 2 132 5F 46
Octal 373 151 354 0 72 6 2 462 137 106
Binary 11111011 1101001 11101100 0 111010 110 10 100110010 1011111 1000110

Color Harmonies of #FB69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB69EC

Black with #FB69EC

Text Example


Text Example

White with #FB69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB69EC; }

 p { color: rgb(251,105,236); }

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

background-color css

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

 a { background-color: rgb(251,105,236); }

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

border-color css

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

 span { border-color: rgb(251,105,236); }

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