Html Css Color HEX #FE688C Brink Pink

📋 copy color: '#FE688C'

red 254 ◦ green 104 ◦ blue 140

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

Shades of Brink Pink #FE688C

Tints of Brink Pink #FE688C

RGB

 RED value IS 254 (99.61% from 255) = 51%

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

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 51%
G = 20.88%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE688C (or 0xFE688C) is known color: Brink Pink. HEX triplet: FE, 68 and 8C. RGB value is (254,104,140). Sum of RGB (Red+Green+Blue) = 254+104+140=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE688C is #019773. Grayscale: #989898. Windows color (decimal): -104308 or 9201918. OLE color: 9201918.

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

Color convert

RGB 254 104 140 -
CMYK 0 0.59 0.45 0.00
HSL 345.6º 0.99% 0.7% -
HSV(B) 345.6º 0.59% 1% -
XYZ 50.56 32.86 28.49 -
YUV 152.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 254 104 140 0 0.59 0.45 0.00 345.6 0.99 0.7
Hex FE 68 8C 0 3B 2D 0 15A 63 46
Octal 376 150 214 0 73 55 0 532 143 106
Binary 11111110 1101000 10001100 0 111011 101101 0 101011010 1100011 1000110

Color Harmonies of #FE688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE688C

Black with #FE688C

Text Example


Text Example

White with #FE688C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE688C; }

 p { color: rgb(254,104,140); }

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

background-color css

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

 a { background-color: rgb(254,104,140); }

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

border-color css

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

 span { border-color: rgb(254,104,140); }

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