Html Css Color HEX #FE6892 Brink Pink

📋 copy color: '#FE6892'

red 254 ◦ green 104 ◦ blue 146

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

Shades of Brink Pink #FE6892

Tints of Brink Pink #FE6892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.97%

R = 50.4%
G = 20.63%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE6892 (or 0xFE6892) is known color: Brink Pink. HEX triplet: FE, 68 and 92. RGB value is (254,104,146). Sum of RGB (Red+Green+Blue) = 254+104+146=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6892 is #01976D. Grayscale: #999999. Windows color (decimal): -104302 or 9595134. OLE color: 9595134.

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

Color convert

RGB 254 104 146 -
CMYK 0 0.59 0.43 0.00
HSL 343.2º 0.99% 0.7% -
HSV(B) 343.2º 0.59% 1% -
XYZ 51.01 33.05 30.88 -
YUV 153.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 254 104 146 0 0.59 0.43 0.00 343.2 0.99 0.7
Hex FE 68 92 0 3B 2B 0 157 63 46
Octal 376 150 222 0 73 53 0 527 143 106
Binary 11111110 1101000 10010010 0 111011 101011 0 101010111 1100011 1000110

Color Harmonies of #FE6892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6892

Black with #FE6892

Text Example


Text Example

White with #FE6892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6892; }

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

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

background-color css

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

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

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

border-color css

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

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

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