Html Css Color HEX #FEA4BD Carnation Pink

📋 copy color: '#FEA4BD'

red 254 ◦ green 164 ◦ blue 189

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

Shades of Carnation Pink #FEA4BD

Tints of Carnation Pink #FEA4BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.14%

R = 41.85%
G = 27.02%
B = 31.14%

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

#FEA4BD (or 0xFEA4BD) is known color: Carnation Pink. HEX triplet: FE, A4 and BD. RGB value is (254,164,189). Sum of RGB (Red+Green+Blue) = 254+164+189=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4BD is #015B42. Grayscale: #C1C1C1. Windows color (decimal): -88899 or 12428542. OLE color: 12428542.

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

Color convert

RGB 254 164 189 -
CMYK 0 0.35 0.26 0.00
HSL 343.33º 0.98% 0.82% -
HSV(B) 343.33º 0.35% 1% -
XYZ 63.33 51.3 54.71 -
YUV 193.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 254 164 189 0 0.35 0.26 0.00 343.33 0.98 0.82
Hex FE A4 BD 0 23 1A 0 157 62 52
Octal 376 244 275 0 43 32 0 527 142 122
Binary 11111110 10100100 10111101 0 100011 11010 0 101010111 1100010 1010010

Color Harmonies of #FEA4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4BD

Black with #FEA4BD

Text Example


Text Example

White with #FEA4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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