Html Css Color HEX #FEA4BC Carnation Pink

📋 copy color: '#FEA4BC'

red 254 ◦ green 164 ◦ blue 188

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

Shades of Carnation Pink #FEA4BC

Tints of Carnation Pink #FEA4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.02%

R = 41.91%
G = 27.06%
B = 31.02%

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

#FEA4BC (or 0xFEA4BC) is known color: Carnation Pink. HEX triplet: FE, A4 and BC. RGB value is (254,164,188). Sum of RGB (Red+Green+Blue) = 254+164+188=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4BC is #015B43. Grayscale: #C1C1C1. Windows color (decimal): -88900 or 12363006. OLE color: 12363006.

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

Color convert

RGB 254 164 188 -
CMYK 0 0.35 0.26 0.00
HSL 344º 0.98% 0.82% -
HSV(B) 344º 0.35% 1% -
XYZ 63.23 51.25 54.14 -
YUV 193.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 254 164 188 0 0.35 0.26 0.00 344 0.98 0.82
Hex FE A4 BC 0 23 1A 0 158 62 52
Octal 376 244 274 0 43 32 0 530 142 122
Binary 11111110 10100100 10111100 0 100011 11010 0 101011000 1100010 1010010

Color Harmonies of #FEA4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4BC

Black with #FEA4BC

Text Example


Text Example

White with #FEA4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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