Html Css Color HEX #FC688B Brink Pink

📋 copy color: '#FC688B'

red 252 ◦ green 104 ◦ blue 139

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

Shades of Brink Pink #FC688B

Tints of Brink Pink #FC688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.01%

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

R = 50.91%
G = 21.01%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC688B (or 0xFC688B) is known color: Brink Pink. HEX triplet: FC, 68 and 8B. RGB value is (252,104,139). Sum of RGB (Red+Green+Blue) = 252+104+139=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC688B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC688B is #039774. Grayscale: #989898. Windows color (decimal): -235381 or 9136380. OLE color: 9136380.

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

Color convert

RGB 252 104 139 -
CMYK 0 0.59 0.45 0.01
HSL 345.81º 0.96% 0.7% -
HSV(B) 345.81º 0.59% 0.99% -
XYZ 49.76 32.46 28.07 -
YUV 152.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 252 104 139 0 0.59 0.45 0.01 345.81 0.96 0.7
Hex FC 68 8B 0 3B 2D 1 15A 60 46
Octal 374 150 213 0 73 55 1 532 140 106
Binary 11111100 1101000 10001011 0 111011 101101 1 101011010 1100000 1000110

Color Harmonies of #FC688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC688B

Black with #FC688B

Text Example


Text Example

White with #FC688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC688B; }

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

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

background-color css

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

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

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

border-color css

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

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

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