#FDACCC

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

Shades of Carnation Pink #FDACCC

Tints of Carnation Pink #FDACCC

Color information

#FDACCC (or 0xFDACCC) is unknown color: approx Carnation Pink. HEX triplet: FD, AC and CC. RGB value is (253,172,204). Sum of RGB (Red+Green+Blue) = 253+172+204=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACCC is #025333. Grayscale: #C7C7C7. Windows color (decimal): -152372 or 13413629. OLE color: 13413629.

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

Color convert

RGB253172204-
CMYK00.320.190.01
HSL336.3º95.29%83.33%-
HSV(B)336.3º32.02%99.22%-
XYZ66.1654.7564.21-
YUV199.87130.34165.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=40.22%
G=27.34%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317220400.320.190.01336.395.2983.33
HexFDACCC0201311505f53
Octal375254314040231520137123
Binary111111011010110011001100010000010011110101000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACCC; }

 p { color: rgb(253,172,204); }

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

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

 a { background-color: rgb(253,172,204); }

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

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

 span { border-color: rgb(253,172,204); }

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