Html Css Color HEX #FEADC7 Carnation Pink

📋 copy color: '#FEADC7'

red 254 ◦ green 173 ◦ blue 199

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

Shades of Carnation Pink #FEADC7

Tints of Carnation Pink #FEADC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.79%

R = 40.58%
G = 27.64%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEADC7 (or 0xFEADC7) is known color: Carnation Pink. HEX triplet: FE, AD and C7. RGB value is (254,173,199). Sum of RGB (Red+Green+Blue) = 254+173+199=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADC7 is #015238. Grayscale: #C8C8C8. Windows color (decimal): -86585 or 13086206. OLE color: 13086206.

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

Color convert

RGB 254 173 199 -
CMYK 0 0.32 0.22 0.00
HSL 340.74º 0.98% 0.84% -
HSV(B) 340.74º 0.32% 1% -
XYZ 66.13 55.08 61.18 -
YUV 200.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 254 173 199 0 0.32 0.22 0.00 340.74 0.98 0.84
Hex FE AD C7 0 20 16 0 155 62 54
Octal 376 255 307 0 40 26 0 525 142 124
Binary 11111110 10101101 11000111 0 100000 10110 0 101010101 1100010 1010100

Color Harmonies of #FEADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADC7

Black with #FEADC7

Text Example


Text Example

White with #FEADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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