Html Css Color HEX #FEA1CB Carnation Pink

📋 copy color: '#FEA1CB'

red 254 ◦ green 161 ◦ blue 203

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

Shades of Carnation Pink #FEA1CB

Tints of Carnation Pink #FEA1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.05%

 BLUE value IS 203 (79.69% from 255) = 32.85%

R = 41.1%
G = 26.05%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEA1CB (or 0xFEA1CB) is known color: Carnation Pink. HEX triplet: FE, A1 and CB. RGB value is (254,161,203). Sum of RGB (Red+Green+Blue) = 254+161+203=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1CB is #015E34. Grayscale: #C1C1C1. Windows color (decimal): -89653 or 13345278. OLE color: 13345278.

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

Color convert

RGB 254 161 203 -
CMYK 0 0.37 0.20 0.00
HSL 332.9º 0.98% 0.81% -
HSV(B) 332.9º 0.37% 1% -
XYZ 64.4 50.87 62.93 -
YUV 193.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 254 161 203 0 0.37 0.20 0.00 332.9 0.98 0.81
Hex FE A1 CB 0 25 14 0 14D 62 51
Octal 376 241 313 0 45 24 0 515 142 121
Binary 11111110 10100001 11001011 0 100101 10100 0 101001101 1100010 1010001

Color Harmonies of #FEA1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1CB

Black with #FEA1CB

Text Example


Text Example

White with #FEA1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1CB; }

 p { color: rgb(254,161,203); }

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

background-color css

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

 a { background-color: rgb(254,161,203); }

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

border-color css

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

 span { border-color: rgb(254,161,203); }

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