Html Css Color HEX #FE698C Brink Pink

📋 copy color: '#FE698C'

red 254 ◦ green 105 ◦ blue 140

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

Shades of Brink Pink #FE698C

Tints of Brink Pink #FE698C

RGB

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

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

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

R = 50.9%
G = 21.04%
B = 28.06%

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

#FE698C (or 0xFE698C) is known color: Brink Pink. HEX triplet: FE, 69 and 8C. RGB value is (254,105,140). Sum of RGB (Red+Green+Blue) = 254+105+140=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE698C is #019673. Grayscale: #999999. Windows color (decimal): -104052 or 9202174. OLE color: 9202174.

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

Color convert

RGB 254 105 140 -
CMYK 0 0.59 0.45 0.00
HSL 345.91º 0.99% 0.7% -
HSV(B) 345.91º 0.59% 1% -
XYZ 50.66 33.07 28.52 -
YUV 153.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 254 105 140 0 0.59 0.45 0.00 345.91 0.99 0.7
Hex FE 69 8C 0 3B 2D 0 15A 63 46
Octal 376 151 214 0 73 55 0 532 143 106
Binary 11111110 1101001 10001100 0 111011 101101 0 101011010 1100011 1000110

Color Harmonies of #FE698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE698C

Black with #FE698C

Text Example


Text Example

White with #FE698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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