#FEACCB

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

Shades of Carnation Pink #FEACCB

Tints of Carnation Pink #FEACCB

Color information

#FEACCB (or 0xFEACCB) is unknown color: approx Carnation Pink. HEX triplet: FE, AC and CB. RGB value is (254,172,203). Sum of RGB (Red+Green+Blue) = 254+172+203=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACCB is #015334. Grayscale: #C8C8C8. Windows color (decimal): -86837 or 13348094. OLE color: 13348094.

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

Color convert

RGB254172203-
CMYK00.320.200.00
HSL337.32º97.62%83.53%-
HSV(B)337.32º32.28%99.61%-
XYZ66.4154.8963.59-
YUV200.05129.67166.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=40.38%
G=27.34%
B=32.27%

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
Decimal25417220300.320.200.00337.3297.6283.53
HexFEACCB0201401516254
Octal376254313040240521142124
Binary111111101010110011001011010000010100010101000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACCB; }

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

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

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

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

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

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

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

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