Html Css Color HEX #FEA1B8 Carnation Pink

📋 copy color: '#FEA1B8'

red 254 ◦ green 161 ◦ blue 184

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

Shades of Carnation Pink #FEA1B8

Tints of Carnation Pink #FEA1B8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.88%

 BLUE value IS 184 (72.27% from 255) = 30.72%

R = 42.4%
G = 26.88%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEA1B8 (or 0xFEA1B8) is known color: Carnation Pink. HEX triplet: FE, A1 and B8. RGB value is (254,161,184). Sum of RGB (Red+Green+Blue) = 254+161+184=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1B8 is #015E47. Grayscale: #BFBFBF. Windows color (decimal): -89672 or 12100094. OLE color: 12100094.

HSL color Cylindrical-coordinate representation of color #FEA1B8: hue angle of 345.16º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA1B8 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 161 184 -
CMYK 0 0.37 0.28 0.00
HSL 345.16º 0.98% 0.81% -
HSV(B) 345.16º 0.37% 1% -
XYZ 62.27 50.02 51.72 -
YUV 191.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 254 161 184 0 0.37 0.28 0.00 345.16 0.98 0.81
Hex FE A1 B8 0 25 1C 0 159 62 51
Octal 376 241 270 0 45 34 0 531 142 121
Binary 11111110 10100001 10111000 0 100101 11100 0 101011001 1100010 1010001

Color Harmonies of #FEA1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1B8

Black with #FEA1B8

Text Example


Text Example

White with #FEA1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1B8; }

 p { color: rgb(254,161,184); }

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

background-color css

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

 a { background-color: rgb(254,161,184); }

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

border-color css

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

 span { border-color: rgb(254,161,184); }

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