Html Css Color HEX #FEABCD Carnation Pink

📋 copy color: '#FEABCD'

red 254 ◦ green 171 ◦ blue 205

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

Shades of Carnation Pink #FEABCD

Tints of Carnation Pink #FEABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.14%

 BLUE value IS 205 (80.47% from 255) = 32.54%

R = 40.32%
G = 27.14%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEABCD (or 0xFEABCD) is known color: Carnation Pink. HEX triplet: FE, AB and CD. RGB value is (254,171,205). Sum of RGB (Red+Green+Blue) = 254+171+205=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABCD is #015432. Grayscale: #C7C7C7. Windows color (decimal): -87091 or 13478910. OLE color: 13478910.

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

Color convert

RGB 254 171 205 -
CMYK 0 0.33 0.19 0.00
HSL 335.42º 0.98% 0.83% -
HSV(B) 335.42º 0.33% 1% -
XYZ 66.46 54.6 64.79 -
YUV 199.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 254 171 205 0 0.33 0.19 0.00 335.42 0.98 0.83
Hex FE AB CD 0 21 13 0 14F 62 53
Octal 376 253 315 0 41 23 0 517 142 123
Binary 11111110 10101011 11001101 0 100001 10011 0 101001111 1100010 1010011

Color Harmonies of #FEABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABCD

Black with #FEABCD

Text Example


Text Example

White with #FEABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABCD; }

 p { color: rgb(254,171,205); }

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

background-color css

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

 a { background-color: rgb(254,171,205); }

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

border-color css

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

 span { border-color: rgb(254,171,205); }

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