Html Css Color HEX #FEA5BE Carnation Pink

📋 copy color: '#FEA5BE'

red 254 ◦ green 165 ◦ blue 190

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

Shades of Carnation Pink #FEA5BE

Tints of Carnation Pink #FEA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.09%

 BLUE value IS 190 (74.61% from 255) = 31.2%

R = 41.71%
G = 27.09%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEA5BE (or 0xFEA5BE) is known color: Carnation Pink. HEX triplet: FE, A5 and BE. RGB value is (254,165,190). Sum of RGB (Red+Green+Blue) = 254+165+190=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5BE is #015A41. Grayscale: #C2C2C2. Windows color (decimal): -88642 or 12494334. OLE color: 12494334.

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

Color convert

RGB 254 165 190 -
CMYK 0 0.35 0.25 0.00
HSL 343.15º 0.98% 0.82% -
HSV(B) 343.15º 0.35% 1% -
XYZ 63.62 51.7 55.34 -
YUV 194.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 254 165 190 0 0.35 0.25 0.00 343.15 0.98 0.82
Hex FE A5 BE 0 23 19 0 157 62 52
Octal 376 245 276 0 43 31 0 527 142 122
Binary 11111110 10100101 10111110 0 100011 11001 0 101010111 1100010 1010010

Color Harmonies of #FEA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5BE

Black with #FEA5BE

Text Example


Text Example

White with #FEA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5BE; }

 p { color: rgb(254,165,190); }

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

background-color css

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

 a { background-color: rgb(254,165,190); }

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

border-color css

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

 span { border-color: rgb(254,165,190); }

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