Html Css Color HEX #FB697B Brink Pink

📋 copy color: '#FB697B'

red 251 ◦ green 105 ◦ blue 123

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

Shades of Brink Pink #FB697B

Tints of Brink Pink #FB697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.68%

R = 52.4%
G = 21.92%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB697B (or 0xFB697B) is known color: Brink Pink. HEX triplet: FB, 69 and 7B. RGB value is (251,105,123). Sum of RGB (Red+Green+Blue) = 251+105+123=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB697B is #049684. Grayscale: #969696. Windows color (decimal): -300677 or 8088059. OLE color: 8088059.

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

Color convert

RGB 251 105 123 -
CMYK 0 0.58 0.51 0.02
HSL 352.6º 0.95% 0.7% -
HSV(B) 352.6º 0.58% 0.98% -
XYZ 48.41 32.04 22.37 -
YUV 150.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 251 105 123 0 0.58 0.51 0.02 352.6 0.95 0.7
Hex FB 69 7B 0 3A 33 2 161 5F 46
Octal 373 151 173 0 72 63 2 541 137 106
Binary 11111011 1101001 1111011 0 111010 110011 10 101100001 1011111 1000110

Color Harmonies of #FB697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB697B

Black with #FB697B

Text Example


Text Example

White with #FB697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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