Html Css Color HEX #FB688F Brink Pink

📋 copy color: '#FB688F'

red 251 ◦ green 104 ◦ blue 143

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

Shades of Brink Pink #FB688F

Tints of Brink Pink #FB688F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.71%

R = 50.4%
G = 20.88%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB688F (or 0xFB688F) is known color: Brink Pink. HEX triplet: FB, 68 and 8F. RGB value is (251,104,143). Sum of RGB (Red+Green+Blue) = 251+104+143=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB688F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB688F is #049770. Grayscale: #989898. Windows color (decimal): -300913 or 9398523. OLE color: 9398523.

HSL color Cylindrical-coordinate representation of color #FB688F: hue angle of 344.08º 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 #FB688F is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 104 143 -
CMYK 0 0.59 0.43 0.02
HSL 344.08º 0.95% 0.7% -
HSV(B) 344.08º 0.59% 0.98% -
XYZ 49.69 32.39 29.62 -
YUV 152.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 251 104 143 0 0.59 0.43 0.02 344.08 0.95 0.7
Hex FB 68 8F 0 3B 2B 2 158 5F 46
Octal 373 150 217 0 73 53 2 530 137 106
Binary 11111011 1101000 10001111 0 111011 101011 10 101011000 1011111 1000110

Color Harmonies of #FB688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB688F

Black with #FB688F

Text Example


Text Example

White with #FB688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB688F; }

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

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

background-color css

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

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

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

border-color css

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

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

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