Html Css Color HEX #FB68FF Pink Flamingo

📋 copy color: '#FB68FF'

red 251 ◦ green 104 ◦ blue 255

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

Shades of Pink Flamingo #FB68FF

Tints of Pink Flamingo #FB68FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.8%

R = 41.15%
G = 17.05%
B = 41.8%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB68FF (or 0xFB68FF) is known color: Pink Flamingo. HEX triplet: FB, 68 and FF. RGB value is (251,104,255). Sum of RGB (Red+Green+Blue) = 251+104+255=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 104 (41.02% from 255 or 17.05% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB68FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB68FF is #049700. Grayscale: #A4A4A4. Windows color (decimal): -300801 or 16738555. OLE color: 16738555.

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

Color convert

RGB 251 104 255 -
CMYK 0.02 0.59 0 0
HSL 298.41º 1% 0.7% -
HSV(B) 298.41º 0.59% 1% -
XYZ 62.78 37.63 98.56 -
YUV 165.17 178.7 189.22 -
System Red Green Blue C M Y K H S L
Decimal 251 104 255 0.02 0.59 0 0 298.41 1 0.7
Hex FB 68 FF 2 3B 0 0 12A 64 46
Octal 373 150 377 2 73 0 0 452 144 106
Binary 11111011 1101000 11111111 10 111011 0 0 100101010 1100100 1000110

Color Harmonies of #FB68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68FF

Black with #FB68FF

Text Example


Text Example

White with #FB68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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