Html Css Color HEX #FC698B Brink Pink

📋 copy color: '#FC698B'

red 252 ◦ green 105 ◦ blue 139

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

Shades of Brink Pink #FC698B

Tints of Brink Pink #FC698B

RGB

 RED value IS 252 (98.83% from 255) = 50.81%

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

 BLUE value IS 139 (54.69% from 255) = 28.02%

R = 50.81%
G = 21.17%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC698B (or 0xFC698B) is known color: Brink Pink. HEX triplet: FC, 69 and 8B. RGB value is (252,105,139). Sum of RGB (Red+Green+Blue) = 252+105+139=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC698B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC698B is #039674. Grayscale: #989898. Windows color (decimal): -235125 or 9136636. OLE color: 9136636.

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

Color convert

RGB 252 105 139 -
CMYK 0 0.58 0.45 0.01
HSL 346.12º 0.96% 0.7% -
HSV(B) 346.12º 0.58% 0.99% -
XYZ 49.86 32.66 28.1 -
YUV 152.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 252 105 139 0 0.58 0.45 0.01 346.12 0.96 0.7
Hex FC 69 8B 0 3A 2D 1 15A 60 46
Octal 374 151 213 0 72 55 1 532 140 106
Binary 11111100 1101001 10001011 0 111010 101101 1 101011010 1100000 1000110

Color Harmonies of #FC698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC698B

Black with #FC698B

Text Example


Text Example

White with #FC698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC698B; }

 p { color: rgb(252,105,139); }

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

background-color css

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

 a { background-color: rgb(252,105,139); }

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

border-color css

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

 span { border-color: rgb(252,105,139); }

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