Html Css Color HEX #FE668B Brink Pink

📋 copy color: '#FE668B'

red 254 ◦ green 102 ◦ blue 139

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

Shades of Brink Pink #FE668B

Tints of Brink Pink #FE668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.61%

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 51.31%
G = 20.61%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE668B (or 0xFE668B) is known color: Brink Pink. HEX triplet: FE, 66 and 8B. RGB value is (254,102,139). Sum of RGB (Red+Green+Blue) = 254+102+139=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE668B is #019974. Grayscale: #979797. Windows color (decimal): -104821 or 9135870. OLE color: 9135870.

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

Color convert

RGB 254 102 139 -
CMYK 0 0.60 0.45 0.00
HSL 345.39º 0.99% 0.7% -
HSV(B) 345.39º 0.6% 1% -
XYZ 50.28 32.44 28.04 -
YUV 151.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 254 102 139 0 0.60 0.45 0.00 345.39 0.99 0.7
Hex FE 66 8B 0 3C 2D 0 159 63 46
Octal 376 146 213 0 74 55 0 531 143 106
Binary 11111110 1100110 10001011 0 111100 101101 0 101011001 1100011 1000110

Color Harmonies of #FE668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE668B

Black with #FE668B

Text Example


Text Example

White with #FE668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE668B; }

 p { color: rgb(254,102,139); }

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

background-color css

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

 a { background-color: rgb(254,102,139); }

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

border-color css

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

 span { border-color: rgb(254,102,139); }

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