Html Css Color HEX #FC698A Brink Pink

📋 copy color: '#FC698A'

red 252 ◦ green 105 ◦ blue 138

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

Shades of Brink Pink #FC698A

Tints of Brink Pink #FC698A

RGB

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

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

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

R = 50.91%
G = 21.21%
B = 27.88%

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

#FC698A (or 0xFC698A) is known color: Brink Pink. HEX triplet: FC, 69 and 8A. RGB value is (252,105,138). Sum of RGB (Red+Green+Blue) = 252+105+138=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC698A is #039675. Grayscale: #989898. Windows color (decimal): -235126 or 9071100. OLE color: 9071100.

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

Color convert

RGB 252 105 138 -
CMYK 0 0.58 0.45 0.01
HSL 346.53º 0.96% 0.7% -
HSV(B) 346.53º 0.58% 0.99% -
XYZ 49.78 32.63 27.72 -
YUV 152.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 252 105 138 0 0.58 0.45 0.01 346.53 0.96 0.7
Hex FC 69 8A 0 3A 2D 1 15B 60 46
Octal 374 151 212 0 72 55 1 533 140 106
Binary 11111100 1101001 10001010 0 111010 101101 1 101011011 1100000 1000110

Color Harmonies of #FC698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC698A

Black with #FC698A

Text Example


Text Example

White with #FC698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC698A; }

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

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

background-color css

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

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

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

border-color css

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

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

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