Html Css Color HEX #FE697F Brink Pink

📋 copy color: '#FE697F'

red 254 ◦ green 105 ◦ blue 127

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

Shades of Brink Pink #FE697F

Tints of Brink Pink #FE697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.13%

R = 52.26%
G = 21.6%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE697F (or 0xFE697F) is known color: Brink Pink. HEX triplet: FE, 69 and 7F. RGB value is (254,105,127). Sum of RGB (Red+Green+Blue) = 254+105+127=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE697F is #019680. Grayscale: #989898. Windows color (decimal): -104065 or 8350206. OLE color: 8350206.

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

Color convert

RGB 254 105 127 -
CMYK 0 0.59 0.50 0.00
HSL 351.14º 0.99% 0.7% -
HSV(B) 351.14º 0.59% 1% -
XYZ 49.76 32.71 23.77 -
YUV 152.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 254 105 127 0 0.59 0.50 0.00 351.14 0.99 0.7
Hex FE 69 7F 0 3B 32 0 15F 63 46
Octal 376 151 177 0 73 62 0 537 143 106
Binary 11111110 1101001 1111111 0 111011 110010 0 101011111 1100011 1000110

Color Harmonies of #FE697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE697F

Black with #FE697F

Text Example


Text Example

White with #FE697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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