Html Css Color HEX #FEADCC Carnation Pink

📋 copy color: '#FEADCC'

red 254 ◦ green 173 ◦ blue 204

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

Shades of Carnation Pink #FEADCC

Tints of Carnation Pink #FEADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.33%

R = 40.25%
G = 27.42%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEADCC (or 0xFEADCC) is known color: Carnation Pink. HEX triplet: FE, AD and CC. RGB value is (254,173,204). Sum of RGB (Red+Green+Blue) = 254+173+204=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADCC is #015233. Grayscale: #C8C8C8. Windows color (decimal): -86580 or 13413886. OLE color: 13413886.

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

Color convert

RGB 254 173 204 -
CMYK 0 0.32 0.20 0.00
HSL 337.04º 0.98% 0.84% -
HSV(B) 337.04º 0.32% 1% -
XYZ 66.72 55.32 64.29 -
YUV 200.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 254 173 204 0 0.32 0.20 0.00 337.04 0.98 0.84
Hex FE AD CC 0 20 14 0 151 62 54
Octal 376 255 314 0 40 24 0 521 142 124
Binary 11111110 10101101 11001100 0 100000 10100 0 101010001 1100010 1010100

Color Harmonies of #FEADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADCC

Black with #FEADCC

Text Example


Text Example

White with #FEADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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