#FEACCA

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

Shades of Carnation Pink #FEACCA

Tints of Carnation Pink #FEACCA

Color information

#FEACCA (or 0xFEACCA) is unknown color: approx Carnation Pink. HEX triplet: FE, AC and CA. RGB value is (254,172,202). Sum of RGB (Red+Green+Blue) = 254+172+202=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACCA is #015335. Grayscale: #C7C7C7. Windows color (decimal): -86838 or 13282558. OLE color: 13282558.

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

Color convert

RGB254172202-
CMYK00.320.200.00
HSL338.05º97.62%83.53%-
HSV(B)338.05º32.28%99.61%-
XYZ66.2954.8462.97-
YUV199.94129.17166.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=40.45%
G=27.39%
B=32.17%

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
Decimal25417220200.320.200.00338.0597.6283.53
HexFEACCA0201401526254
Octal376254312040240522142124
Binary111111101010110011001010010000010100010101001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACCA; }

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

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

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

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

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

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

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

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