Html Css Color HEX #FB698A Brink Pink

📋 copy color: '#FB698A'

red 251 ◦ green 105 ◦ blue 138

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

Shades of Brink Pink #FB698A

Tints of Brink Pink #FB698A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 50.81%
G = 21.26%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB698A (or 0xFB698A) is known color: Brink Pink. HEX triplet: FB, 69 and 8A. RGB value is (251,105,138). Sum of RGB (Red+Green+Blue) = 251+105+138=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB698A is #049675. Grayscale: #989898. Windows color (decimal): -300662 or 9071099. OLE color: 9071099.

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

Color convert

RGB 251 105 138 -
CMYK 0 0.58 0.45 0.02
HSL 346.44º 0.95% 0.7% -
HSV(B) 346.44º 0.58% 0.98% -
XYZ 49.42 32.45 27.7 -
YUV 152.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 251 105 138 0 0.58 0.45 0.02 346.44 0.95 0.7
Hex FB 69 8A 0 3A 2D 2 15A 5F 46
Octal 373 151 212 0 72 55 2 532 137 106
Binary 11111011 1101001 10001010 0 111010 101101 10 101011010 1011111 1000110

Color Harmonies of #FB698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB698A

Black with #FB698A

Text Example


Text Example

White with #FB698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB698A; }

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

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

background-color css

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

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

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

border-color css

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

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

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