Html Css Color HEX #FEADC9 Carnation Pink

📋 copy color: '#FEADC9'

red 254 ◦ green 173 ◦ blue 201

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

Shades of Carnation Pink #FEADC9

Tints of Carnation Pink #FEADC9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.55%

 BLUE value IS 201 (78.91% from 255) = 32.01%

R = 40.45%
G = 27.55%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEADC9 (or 0xFEADC9) is known color: Carnation Pink. HEX triplet: FE, AD and C9. RGB value is (254,173,201). Sum of RGB (Red+Green+Blue) = 254+173+201=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADC9 is #015236. Grayscale: #C8C8C8. Windows color (decimal): -86583 or 13217278. OLE color: 13217278.

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

Color convert

RGB 254 173 201 -
CMYK 0 0.32 0.21 0.00
HSL 339.26º 0.98% 0.84% -
HSV(B) 339.26º 0.32% 1% -
XYZ 66.36 55.18 62.41 -
YUV 200.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 254 173 201 0 0.32 0.21 0.00 339.26 0.98 0.84
Hex FE AD C9 0 20 15 0 153 62 54
Octal 376 255 311 0 40 25 0 523 142 124
Binary 11111110 10101101 11001001 0 100000 10101 0 101010011 1100010 1010100

Color Harmonies of #FEADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADC9

Black with #FEADC9

Text Example


Text Example

White with #FEADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADC9; }

 p { color: rgb(254,173,201); }

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

background-color css

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

 a { background-color: rgb(254,173,201); }

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

border-color css

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

 span { border-color: rgb(254,173,201); }

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