Html Css Color HEX #FB697E Brink Pink

📋 copy color: '#FB697E'

red 251 ◦ green 105 ◦ blue 126

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

Shades of Brink Pink #FB697E

Tints of Brink Pink #FB697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.14%

R = 52.07%
G = 21.78%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB697E (or 0xFB697E) is known color: Brink Pink. HEX triplet: FB, 69 and 7E. RGB value is (251,105,126). Sum of RGB (Red+Green+Blue) = 251+105+126=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB697E is #049681. Grayscale: #979797. Windows color (decimal): -300674 or 8284667. OLE color: 8284667.

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

Color convert

RGB 251 105 126 -
CMYK 0 0.58 0.50 0.02
HSL 351.37º 0.95% 0.7% -
HSV(B) 351.37º 0.58% 0.98% -
XYZ 48.6 32.12 23.38 -
YUV 151.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 251 105 126 0 0.58 0.50 0.02 351.37 0.95 0.7
Hex FB 69 7E 0 3A 32 2 15F 5F 46
Octal 373 151 176 0 72 62 2 537 137 106
Binary 11111011 1101001 1111110 0 111010 110010 10 101011111 1011111 1000110

Color Harmonies of #FB697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB697E

Black with #FB697E

Text Example


Text Example

White with #FB697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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