Html Css Color HEX #FB697A Brink Pink

📋 copy color: '#FB697A'

red 251 ◦ green 105 ◦ blue 122

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

Shades of Brink Pink #FB697A

Tints of Brink Pink #FB697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.52%

R = 52.51%
G = 21.97%
B = 25.52%

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

#FB697A (or 0xFB697A) is known color: Brink Pink. HEX triplet: FB, 69 and 7A. RGB value is (251,105,122). Sum of RGB (Red+Green+Blue) = 251+105+122=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB697A is #049685. Grayscale: #969696. Windows color (decimal): -300678 or 8022523. OLE color: 8022523.

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

Color convert

RGB 251 105 122 -
CMYK 0 0.58 0.51 0.02
HSL 353.01º 0.95% 0.7% -
HSV(B) 353.01º 0.58% 0.98% -
XYZ 48.35 32.02 22.04 -
YUV 150.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 251 105 122 0 0.58 0.51 0.02 353.01 0.95 0.7
Hex FB 69 7A 0 3A 33 2 161 5F 46
Octal 373 151 172 0 72 63 2 541 137 106
Binary 11111011 1101001 1111010 0 111010 110011 10 101100001 1011111 1000110

Color Harmonies of #FB697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB697A

Black with #FB697A

Text Example


Text Example

White with #FB697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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