Html Css Color HEX #FE697D Brink Pink

📋 copy color: '#FE697D'

red 254 ◦ green 105 ◦ blue 125

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

Shades of Brink Pink #FE697D

Tints of Brink Pink #FE697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 52.48%
G = 21.69%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE697D (or 0xFE697D) is known color: Brink Pink. HEX triplet: FE, 69 and 7D. RGB value is (254,105,125). Sum of RGB (Red+Green+Blue) = 254+105+125=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE697D is #019682. Grayscale: #979797. Windows color (decimal): -104067 or 8219134. OLE color: 8219134.

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

Color convert

RGB 254 105 125 -
CMYK 0 0.59 0.51 0.00
HSL 351.95º 0.99% 0.7% -
HSV(B) 351.95º 0.59% 1% -
XYZ 49.63 32.65 23.09 -
YUV 151.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 254 105 125 0 0.59 0.51 0.00 351.95 0.99 0.7
Hex FE 69 7D 0 3B 33 0 160 63 46
Octal 376 151 175 0 73 63 0 540 143 106
Binary 11111110 1101001 1111101 0 111011 110011 0 101100000 1100011 1000110

Color Harmonies of #FE697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE697D

Black with #FE697D

Text Example


Text Example

White with #FE697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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