Html Css Color HEX #FB69FE Pink Flamingo

📋 copy color: '#FB69FE'

red 251 ◦ green 105 ◦ blue 254

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

Shades of Pink Flamingo #FB69FE

Tints of Pink Flamingo #FB69FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 41.15%
G = 17.21%
B = 41.64%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FB69FE (or 0xFB69FE) is known color: Pink Flamingo. HEX triplet: FB, 69 and FE. RGB value is (251,105,254). Sum of RGB (Red+Green+Blue) = 251+105+254=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 105 (41.41% from 255 or 17.21% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB69FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB69FE is #049601. Grayscale: #A5A5A5. Windows color (decimal): -300546 or 16673275. OLE color: 16673275.

HSL color Cylindrical-coordinate representation of color #FB69FE: hue angle of 298.79º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB69FE is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 105 254 -
CMYK 0.01 0.59 0 0.00
HSL 298.79º 0.99% 0.7% -
HSV(B) 298.79º 0.59% 1% -
XYZ 62.72 37.77 97.75 -
YUV 165.64 177.87 188.88 -
System Red Green Blue C M Y K H S L
Decimal 251 105 254 0.01 0.59 0 0.00 298.79 0.99 0.7
Hex FB 69 FE 1 3B 0 0 12B 63 46
Octal 373 151 376 1 73 0 0 453 143 106
Binary 11111011 1101001 11111110 1 111011 0 0 100101011 1100011 1000110

Color Harmonies of #FB69FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB69FE

Black with #FB69FE

Text Example


Text Example

White with #FB69FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB69FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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