#FEADCA

Color #FEADCA Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FEADCA

Tints of Carnation Pink #FEADCA

Color information

#FEADCA (or 0xFEADCA) is unknown color: approx Carnation Pink. HEX triplet: FE, AD and CA. RGB value is (254,173,202). Sum of RGB (Red+Green+Blue) = 254+173+202=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADCA is #015235. Grayscale: #C8C8C8. Windows color (decimal): -86582 or 13282814. OLE color: 13282814.

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

Color convert

RGB254173202-
CMYK00.320.200.00
HSL338.52º97.59%83.73%-
HSV(B)338.52º31.89%99.61%-
XYZ66.4855.2263.03-
YUV200.52128.84166.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=40.38%
G=27.50%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417320200.320.200.00338.5297.5983.73
HexFEADCA0201401536254
Octal376255312040240523142124
Binary111111101010110111001010010000010100010101001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADCA; }

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

 H1.HeaderClassName
 {
   color: #FEADCA;
 }
 .AnyTagClassName
 {
   color: #FEADCA;
 }
</style>
background-color css

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

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

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

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

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

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