#FDAECB

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

Shades of Carnation Pink #FDAECB

Tints of Carnation Pink #FDAECB

Color information

#FDAECB (or 0xFDAECB) is unknown color: approx Carnation Pink. HEX triplet: FD, AE and CB. RGB value is (253,174,203). Sum of RGB (Red+Green+Blue) = 253+174+203=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAECB is #025134. Grayscale: #C8C8C8. Windows color (decimal): -151861 or 13348605. OLE color: 13348605.

HSL color Cylindrical-coordinate representation of color #FDAECB: hue angle of 337.97º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAECB is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253174203-
CMYK00.310.200.01
HSL337.97º95.18%83.73%-
HSV(B)337.97º31.23%99.22%-
XYZ66.4255.4763.71-
YUV200.93129.17165.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 174 (68.36% from 255) = 27.62%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=40.16%
G=27.62%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317420300.310.200.01337.9795.1883.73
HexFDAECB01F1411525f54
Octal375256313037241522137124
Binary11111101101011101100101101111110100110101001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAECB; }

 p { color: rgb(253,174,203); }

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

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

 a { background-color: rgb(253,174,203); }

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

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

 span { border-color: rgb(253,174,203); }

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