#FDACCA

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

Shades of Carnation Pink #FDACCA

Tints of Carnation Pink #FDACCA

Color information

#FDACCA (or 0xFDACCA) is unknown color: approx Carnation Pink. HEX triplet: FD, AC and CA. RGB value is (253,172,202). Sum of RGB (Red+Green+Blue) = 253+172+202=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACCA is #025335. Grayscale: #C7C7C7. Windows color (decimal): -152374 or 13282557. OLE color: 13282557.

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

Color convert

RGB253172202-
CMYK00.320.200.01
HSL337.78º95.29%83.33%-
HSV(B)337.78º32.02%99.22%-
XYZ65.9254.6562.95-
YUV199.64129.34166.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=40.35%
G=27.43%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317220200.320.200.01337.7895.2983.33
HexFDACCA0201411525f53
Octal375254312040241522137123
Binary111111011010110011001010010000010100110101001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACCA; }

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

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

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

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

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

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

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

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