Html Css Color HEX #FEA4BB Carnation Pink

📋 copy color: '#FEA4BB'

red 254 ◦ green 164 ◦ blue 187

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

Shades of Carnation Pink #FEA4BB

Tints of Carnation Pink #FEA4BB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.11%

 BLUE value IS 187 (73.44% from 255) = 30.91%

R = 41.98%
G = 27.11%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEA4BB (or 0xFEA4BB) is known color: Carnation Pink. HEX triplet: FE, A4 and BB. RGB value is (254,164,187). Sum of RGB (Red+Green+Blue) = 254+164+187=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4BB is #015B44. Grayscale: #C1C1C1. Windows color (decimal): -88901 or 12297470. OLE color: 12297470.

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

Color convert

RGB 254 164 187 -
CMYK 0 0.35 0.26 0.00
HSL 344.67º 0.98% 0.82% -
HSV(B) 344.67º 0.35% 1% -
XYZ 63.12 51.21 53.57 -
YUV 193.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 254 164 187 0 0.35 0.26 0.00 344.67 0.98 0.82
Hex FE A4 BB 0 23 1A 0 159 62 52
Octal 376 244 273 0 43 32 0 531 142 122
Binary 11111110 10100100 10111011 0 100011 11010 0 101011001 1100010 1010010

Color Harmonies of #FEA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4BB

Black with #FEA4BB

Text Example


Text Example

White with #FEA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4BB; }

 p { color: rgb(254,164,187); }

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

background-color css

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

 a { background-color: rgb(254,164,187); }

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

border-color css

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

 span { border-color: rgb(254,164,187); }

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