Html Css Color HEX #FEA5BB Carnation Pink

📋 copy color: '#FEA5BB'

red 254 ◦ green 165 ◦ blue 187

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

Shades of Carnation Pink #FEA5BB

Tints of Carnation Pink #FEA5BB

RGB

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

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

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

R = 41.91%
G = 27.23%
B = 30.86%

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

#FEA5BB (or 0xFEA5BB) is known color: Carnation Pink. HEX triplet: FE, A5 and BB. RGB value is (254,165,187). Sum of RGB (Red+Green+Blue) = 254+165+187=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5BB is #015A44. Grayscale: #C2C2C2. Windows color (decimal): -88645 or 12297726. OLE color: 12297726.

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

Color convert

RGB 254 165 187 -
CMYK 0 0.35 0.26 0.00
HSL 345.17º 0.98% 0.82% -
HSV(B) 345.17º 0.35% 1% -
XYZ 63.3 51.57 53.63 -
YUV 194.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 254 165 187 0 0.35 0.26 0.00 345.17 0.98 0.82
Hex FE A5 BB 0 23 1A 0 159 62 52
Octal 376 245 273 0 43 32 0 531 142 122
Binary 11111110 10100101 10111011 0 100011 11010 0 101011001 1100010 1010010

Color Harmonies of #FEA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5BB

Black with #FEA5BB

Text Example


Text Example

White with #FEA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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