Html Css Color HEX #FB688E Brink Pink

📋 copy color: '#FB688E'

red 251 ◦ green 104 ◦ blue 142

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

Shades of Brink Pink #FB688E

Tints of Brink Pink #FB688E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 50.5%
G = 20.93%
B = 28.57%

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

#FB688E (or 0xFB688E) is known color: Brink Pink. HEX triplet: FB, 68 and 8E. RGB value is (251,104,142). Sum of RGB (Red+Green+Blue) = 251+104+142=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB688E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB688E is #049771. Grayscale: #989898. Windows color (decimal): -300914 or 9332987. OLE color: 9332987.

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

Color convert

RGB 251 104 142 -
CMYK 0 0.59 0.43 0.02
HSL 344.49º 0.95% 0.7% -
HSV(B) 344.49º 0.59% 0.98% -
XYZ 49.62 32.36 29.22 -
YUV 152.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 251 104 142 0 0.59 0.43 0.02 344.49 0.95 0.7
Hex FB 68 8E 0 3B 2B 2 158 5F 46
Octal 373 150 216 0 73 53 2 530 137 106
Binary 11111011 1101000 10001110 0 111011 101011 10 101011000 1011111 1000110

Color Harmonies of #FB688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB688E

Black with #FB688E

Text Example


Text Example

White with #FB688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB688E; }

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

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

background-color css

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

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

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

border-color css

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

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

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