Html Css Color HEX #FEA2BC Carnation Pink

📋 copy color: '#FEA2BC'

red 254 ◦ green 162 ◦ blue 188

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

Shades of Carnation Pink #FEA2BC

Tints of Carnation Pink #FEA2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.82%

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

R = 42.05%
G = 26.82%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEA2BC (or 0xFEA2BC) is known color: Carnation Pink. HEX triplet: FE, A2 and BC. RGB value is (254,162,188). Sum of RGB (Red+Green+Blue) = 254+162+188=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2BC is #015D43. Grayscale: #C0C0C0. Windows color (decimal): -89412 or 12362494. OLE color: 12362494.

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

Color convert

RGB 254 162 188 -
CMYK 0 0.36 0.26 0.00
HSL 343.04º 0.98% 0.82% -
HSV(B) 343.04º 0.36% 1% -
XYZ 62.87 50.54 54.02 -
YUV 192.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 254 162 188 0 0.36 0.26 0.00 343.04 0.98 0.82
Hex FE A2 BC 0 24 1A 0 157 62 52
Octal 376 242 274 0 44 32 0 527 142 122
Binary 11111110 10100010 10111100 0 100100 11010 0 101010111 1100010 1010010

Color Harmonies of #FEA2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2BC

Black with #FEA2BC

Text Example


Text Example

White with #FEA2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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