Html Css Color HEX #FB67FA Pink Flamingo

📋 copy color: '#FB67FA'

red 251 ◦ green 103 ◦ blue 250

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

Shades of Pink Flamingo #FB67FA

Tints of Pink Flamingo #FB67FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.05%

 BLUE value IS 250 (98.05% from 255) = 41.39%

R = 41.56%
G = 17.05%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB67FA (or 0xFB67FA) is known color: Pink Flamingo. HEX triplet: FB, 67 and FA. RGB value is (251,103,250). Sum of RGB (Red+Green+Blue) = 251+103+250=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 103 (40.62% from 255 or 17.05% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB67FA is #049805. Grayscale: #A3A3A3. Windows color (decimal): -301062 or 16410619. OLE color: 16410619.

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

Color convert

RGB 251 103 250 -
CMYK 0 0.59 0.00 0.02
HSL 300.41º 0.95% 0.69% -
HSV(B) 300.41º 0.59% 0.98% -
XYZ 61.89 37.11 94.34 -
YUV 164.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 251 103 250 0 0.59 0.00 0.02 300.41 0.95 0.69
Hex FB 67 FA 0 3B 0 2 12C 5F 45
Octal 373 147 372 0 73 0 2 454 137 105
Binary 11111011 1100111 11111010 0 111011 0 10 100101100 1011111 1000101

Color Harmonies of #FB67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB67FA

Black with #FB67FA

Text Example


Text Example

White with #FB67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB67FA; }

 p { color: rgb(251,103,250); }

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

background-color css

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

 a { background-color: rgb(251,103,250); }

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

border-color css

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

 span { border-color: rgb(251,103,250); }

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